Skip to content

Commit

Permalink
Bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
liweiyap committed Jan 4, 2023
1 parent e7566d2 commit 899e43c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.liweiyap.narradir"
minSdkVersion 24
targetSdkVersion 33
versionCode 11
versionName "4.1"
versionCode 12
versionName "4.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Narradir</string>
<string name="app_version">4.1</string>
<string name="app_name_and_version">Narradir Version 4.1</string>
<string name="app_version">4.2</string>
<string name="app_name_and_version">Narradir Version 4.2</string>

<string name="game_title_avalon">Avalon</string>
<string name="game_title_secrethitler">Secret Hitler</string>
Expand Down

0 comments on commit 899e43c

Please sign in to comment.