Skip to content

Commit

Permalink
Merge pull request #1460 from hussainmohd-a/v055k
Browse files Browse the repository at this point in the history
bump version code for V055k
  • Loading branch information
hussainmohd-a committed May 24, 2024
2 parents 7bd0fbb + 6fb221b commit c162beb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.celzero.bravedns"
android:versionCode="41"
android:versionName="v055j"> <!-- 40(v055j) -->
android:versionCode="42"
android:versionName="v055k"> <!-- 42(v055k) -->

<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SYSTEM_EXEMPTED" />
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ android.nonTransitiveRClass=true
# Enable configuration cache
org.gradle.unsafe.configuration-cache=true
android.nonFinalResIds=true
# Version code for this module (41 for v055j)
VERSION_CODE=41
# Version code for this module (42 for v055k)
VERSION_CODE=42

0 comments on commit c162beb

Please sign in to comment.