Skip to content

Commit

Permalink
bump version for v055n
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmohd-a committed Jun 9, 2024
1 parent 849d356 commit c74a7ae
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="44"
android:versionName="v055m"> <!-- 44(v055m) -->
android:versionCode="45"
android:versionName="v055n"> <!-- 45(v055n) -->

<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 (44 for v055m)
VERSION_CODE=44
# Version code for this module (45 for v055n)
VERSION_CODE=45

0 comments on commit c74a7ae

Please sign in to comment.