Skip to content

Commit 48683e5

Browse files
committed
bump app version code to 42 (v055k)
1 parent f73100e commit 48683e5

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="41"
6-
android:versionName="v055j"> <!-- 40(v055j) -->
5+
android:versionCode="42"
6+
android:versionName="v055k"> <!-- 42(v055k) -->
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 (41 for v055j)
28-
VERSION_CODE=41
27+
# Version code for this module (42 for v055k)
28+
VERSION_CODE=42

0 commit comments

Comments
 (0)