Skip to content

Commit c2f65d1

Browse files
committed
bump firestack version for v055t
1 parent c1a190c commit c2f65d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.celzero.bravedns"
55
android:versionCode="51"
6-
android:versionName="v055s"> <!-- 51 for v055s -->
6+
android:versionName="v055t"> <!-- 51 for v055t -->
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: 2 additions & 2 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 (51 for v055s)
27+
# Version code for this module (51 for v055t)
2828
VERSION_CODE=51
2929
# option to download firestack version, options: github, jitpack, ossrh
30-
firestackRepo=github
30+
firestackRepo=ossrh
3131
firestackCommit=15d44762c5

0 commit comments

Comments
 (0)