Skip to content

Commit c74a7ae

Browse files
committed
bump version for v055n
1 parent 849d356 commit c74a7ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.celzero.bravedns"
5-
android:versionCode="44"
6-
android:versionName="v055m"> <!-- 44(v055m) -->
5+
android:versionCode="45"
6+
android:versionName="v055n"> <!-- 45(v055n) -->
77

88
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
99
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SYSTEM_EXEMPTED" />

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ android.nonTransitiveRClass=true
2424
# Enable configuration cache
2525
org.gradle.unsafe.configuration-cache=true
2626
android.nonFinalResIds=true
27-
# Version code for this module (44 for v055m)
28-
VERSION_CODE=44
27+
# Version code for this module (45 for v055n)
28+
VERSION_CODE=45

0 commit comments

Comments
 (0)