Release v1.1.1
This commit is contained in:
parent
4ea0969e4c
commit
6fdd5f1c10
2 changed files with 3 additions and 3 deletions
|
|
@ -19,8 +19,8 @@ android {
|
|||
applicationId = "ua.acclorite.book_story"
|
||||
minSdk = 26
|
||||
targetSdk = 34
|
||||
versionCode = 5
|
||||
versionName = "1.1.0"
|
||||
versionCode = 6
|
||||
versionName = "1.1.1"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="InconsistentArrays">
|
||||
<!-- Basic Strings -->
|
||||
<string name="app_version" translatable="false">1.1.0</string>
|
||||
<string name="app_version" translatable="false">1.1.1</string>
|
||||
<string name="app_name">Book\'s Story</string>
|
||||
|
||||
<!-- Book sources -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue