@@ -30,7 +30,7 @@ if (flutterVersionName == null) {
30
30
31
31
android {
32
32
namespace " com.bluebubbles.messaging"
33
- compileSdk 34
33
+ compileSdk 35
34
34
35
35
lintOptions {
36
36
checkReleaseBuilds false
@@ -52,8 +52,8 @@ android {
52
52
53
53
compileOptions {
54
54
coreLibraryDesugaringEnabled true
55
- sourceCompatibility = JavaVersion . VERSION_17
56
- targetCompatibility = JavaVersion . VERSION_17
55
+ sourceCompatibility = JavaVersion . VERSION_21
56
+ targetCompatibility = JavaVersion . VERSION_21
57
57
}
58
58
59
59
signingConfigs {
@@ -85,13 +85,6 @@ android {
85
85
resValue " string" , " file_provider" , " com.bluebubbles.messaging.tanay.fileprovider"
86
86
applicationId " com.bluebubbles.messaging.tanay"
87
87
}
88
- developerblue {
89
- dimension " app"
90
- resValue " string" , " app_name_en" , " BlueBubbles Dev (DeveloperBlue)"
91
- resValue " color" , " ic_launcher_background" , " #4477db"
92
- resValue " string" , " file_provider" , " com.bluebubbles.messaging.developerblue.fileprovider"
93
- applicationId " com.bluebubbles.messaging.developerblue"
94
- }
95
88
alpha {
96
89
dimension " app"
97
90
resValue " string" , " app_name_en" , " BlueBubbles (Alpha)"
@@ -120,7 +113,6 @@ android {
120
113
release {
121
114
productFlavors. joel. signingConfig signingConfigs. debug
122
115
productFlavors. tanay. signingConfig signingConfigs. debug
123
- productFlavors. developerblue. signingConfig signingConfigs. debug
124
116
productFlavors. alpha. signingConfig signingConfigs. release
125
117
productFlavors. beta. signingConfig signingConfigs. release
126
118
productFlavors. prod. signingConfig signingConfigs. release
@@ -181,8 +173,7 @@ dependencies {
181
173
implementation ' com.google.code.gson:gson:2.10.1'
182
174
183
175
// For AGP 7.4+ desugaring
184
- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0 .4" )
176
+ coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.1 .4" )
185
177
186
- // Unified Push
187
- implementation ' com.github.UnifiedPush:android-connector:2.5.0'
178
+ implementation ' org.unifiedpush.android:connector:2.5.0'
188
179
}
0 commit comments