Skip to content

Commit 28cd17e

Browse files
authored
Merge pull request #474 from doubleangels/dev
New build for release
2 parents 677cf14 + 2beff75 commit 28cd17e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.doubleangels.nextdnsmanagement"
1111
minSdkVersion 32
1212
targetSdk = 35
13-
versionCode 261
14-
versionName "5.5.12"
13+
versionCode 262
14+
versionName "5.5.13"
1515
resourceConfigurations += ["en", "zh", "nl", "fi", "fr", "de", "in", "it", "ja", "pl", "pt", "es", "sv", "tr"]
1616
}
1717

@@ -70,10 +70,7 @@ dependencies {
7070
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
7171
implementation 'androidx.webkit:webkit:1.13.0'
7272
implementation 'com.google.android.material:material:1.12.0'
73-
74-
// Only include Firebase Messaging in the gms flavor:
7573
gmsImplementation 'com.google.firebase:firebase-messaging:24.1.1'
76-
7774
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
7875
implementation 'de.hdodenhof:circleimageview:3.1.0'
7976
implementation 'io.sentry:sentry-android:8.5.0'

0 commit comments

Comments
 (0)