Skip to content

Commit b610738

Browse files
author
uoosef
committed
hot fixes for args
1 parent 7f16594 commit b610738

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "org.bepass.oblivion"
1212
minSdk 21
1313
targetSdk 34
14-
versionCode 6
15-
versionName "1.5"
14+
versionCode 7
15+
versionName "1.6"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables {

app/src/main/res/layout/activity_info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
android:fontFamily="@font/shabnam"
9797
android:textColor="@color/black"
9898
android:gravity="center"
99-
android:text="App Version: 0.0.5-test" />
99+
android:text="App Version: 0.0.6-test" />
100100

101101

102102
</LinearLayout>

0 commit comments

Comments
 (0)