diff --git a/app/build.gradle b/app/build.gradle index 9963b49..495a6a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "net.crystalyx.setaswallpaper" minSdkVersion 5 targetSdkVersion 34 - versionCode 11 - versionName "3.4" + versionCode 12 + versionName "3.5" } signingConfigs { release { @@ -20,6 +20,10 @@ android { } } } + compileOptions { + sourceCompatibility = JavaVersion.VERSION_11 + targetCompatibility = JavaVersion.VERSION_11 + } buildTypes { release { minifyEnabled true