File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if (flutterVersionName == null) {
3030
3131android {
3232 namespace " com.bluebubbles.messaging"
33- compileSdk 35
33+ compileSdk 36
3434
3535 lintOptions {
3636 checkReleaseBuilds false
@@ -44,16 +44,16 @@ android {
4444 defaultConfig {
4545 applicationId " com.bluebubbles.messaging"
4646 minSdkVersion 24
47- targetSdkVersion 34
47+ targetSdkVersion 36
4848 versionCode 20002000 + flutterVersionCode. toInteger()
4949 versionName flutterVersionName
5050 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
5151 }
5252
5353 compileOptions {
5454 coreLibraryDesugaringEnabled true
55- sourceCompatibility = JavaVersion . VERSION_17
56- targetCompatibility = JavaVersion . VERSION_17
55+ sourceCompatibility = JavaVersion . VERSION_21
56+ targetCompatibility = JavaVersion . VERSION_21
5757 }
5858
5959 signingConfigs {
You can’t perform that action at this time.
0 commit comments