Skip to content

Commit 4da1d9d

Browse files
committed
Upgrade to Android 16
1 parent dbf87fd commit 4da1d9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (flutterVersionName == null) {
3030

3131
android {
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 {

0 commit comments

Comments
 (0)