Skip to content

Commit 0a6f888

Browse files
committed
bump firestack version, app version for v055q
1 parent 28a5272 commit 0a6f888

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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="48"
6-
android:versionName="v055p"> <!-- 48 for v055p -->
5+
android:versionCode="49"
6+
android:versionName="v055q"> <!-- 49 for v055q -->
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android.nonTransitiveRClass=true
2424
# Enable configuration cache
2525
org.gradle.unsafe.configuration-cache=true
2626
android.nonFinalResIds=true
27-
# Version code for this module (48 for v055p)
28-
VERSION_CODE=48
27+
# Version code for this module (49 for v055q)
28+
VERSION_CODE=49
2929
# option to download firestack version, options: github, jitpack, ossrh
3030
firestackRepo=ossrh
31-
firestackCommit=37035a9e9f
31+
firestackCommit=153f1858ee

0 commit comments

Comments
 (0)