File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.celzero.bravedns"
5
- android : versionCode =" 44 "
6
- android : versionName =" v055m " > <!-- 44(v055m ) -->
5
+ android : versionCode =" 45 "
6
+ android : versionName =" v055n " > <!-- 45(v055n ) -->
7
7
8
8
<uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
9
9
<uses-permission android : name =" android.permission.FOREGROUND_SERVICE_SYSTEM_EXEMPTED" />
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ android.nonTransitiveRClass=true
24
24
# Enable configuration cache
25
25
org.gradle.unsafe.configuration-cache =true
26
26
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
You can’t perform that action at this time.
0 commit comments