Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed Apr 7, 2024
1 parent 35cda06 commit a4ac09a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.bepass.oblivion"
minSdk 21
targetSdk 34
versionCode 11
versionName "1"
versionCode 12
versionName "2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
android:layout_marginTop="8dp"
android:fontFamily="@font/shabnam"
android:gravity="center"
android:text="App Version: 1"
android:text="App Version: 2"
android:textColor="@color/black"
android:textSize="14sp" />

Expand Down

0 comments on commit a4ac09a

Please sign in to comment.