Skip to content

Commit 3d0369c

Browse files
committed
Remove personal build flavor from PR
1 parent b251ba4 commit 3d0369c

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

android/app/build.gradle

+5-14
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 34
33+
compileSdk 35
3434

3535
lintOptions {
3636
checkReleaseBuilds false
@@ -52,8 +52,8 @@ android {
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 {
@@ -85,13 +85,6 @@ android {
8585
resValue "string", "file_provider", "com.bluebubbles.messaging.tanay.fileprovider"
8686
applicationId "com.bluebubbles.messaging.tanay"
8787
}
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-
}
9588
alpha {
9689
dimension "app"
9790
resValue "string", "app_name_en", "BlueBubbles (Alpha)"
@@ -120,7 +113,6 @@ android {
120113
release {
121114
productFlavors.joel.signingConfig signingConfigs.debug
122115
productFlavors.tanay.signingConfig signingConfigs.debug
123-
productFlavors.developerblue.signingConfig signingConfigs.debug
124116
productFlavors.alpha.signingConfig signingConfigs.release
125117
productFlavors.beta.signingConfig signingConfigs.release
126118
productFlavors.prod.signingConfig signingConfigs.release
@@ -181,8 +173,7 @@ dependencies {
181173
implementation 'com.google.code.gson:gson:2.10.1'
182174

183175
// 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")
185177

186-
// Unified Push
187-
implementation 'com.github.UnifiedPush:android-connector:2.5.0'
178+
implementation 'org.unifiedpush.android:connector:2.5.0'
188179
}

0 commit comments

Comments
 (0)