Increase sdk and fix crash at the end
This commit is contained in:
parent
72e4aec44d
commit
afd1479f84
@ -3,16 +3,16 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 32
|
compileSdkVersion 33
|
||||||
buildToolsVersion "30.0.3"
|
buildToolsVersion "30.0.3"
|
||||||
namespace "net.crystalyx.setaswallpaper"
|
namespace "net.crystalyx.setaswallpaper"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "net.crystalyx.setaswallpaper"
|
applicationId "net.crystalyx.setaswallpaper"
|
||||||
minSdkVersion 5
|
minSdkVersion 5
|
||||||
targetSdkVersion 32
|
targetSdkVersion 33
|
||||||
versionCode 7
|
versionCode 8
|
||||||
versionName "3.0"
|
versionName "3.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
|
@ -78,6 +78,8 @@ public class SetWallpaperActivity extends Activity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Toast.makeText(this, "Wallpaper set!", Toast.LENGTH_SHORT).show();
|
Toast.makeText(this, "Wallpaper set!", Toast.LENGTH_SHORT).show();
|
||||||
|
|
||||||
|
finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user