Skip to content

Commit

Permalink
bump version for v055c
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmohd-a committed Mar 6, 2024
1 parent 71e70ed commit 09f29c1
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="33"
android:versionName="v055b"> <!-- 33(v055b) -->
android:versionCode="34"
android:versionName="v055c"> <!-- 34(v055c) -->

<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ android.nonTransitiveRClass=true
org.gradle.unsafe.configuration-cache=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
# Version code for this module (33 for v055b)
VERSION_CODE=33
# Version code for this module (34 for v055c)
VERSION_CODE=34

0 comments on commit 09f29c1

Please sign in to comment.