Skip to content

Commit

Permalink
🗽 Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Acclorite committed Nov 12, 2024
1 parent 3f1122d commit d1d83c2
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId = "ua.acclorite.book_story"
minSdk = 26
targetSdk = 35
versionCode = 8
versionName = "1.3.0"
versionCode = 9
versionName = "1.4.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<!-- Basic Strings -->
<string name="app_version" translatable="false">1.3.0</string>
<string name="app_version" translatable="false">1.4.0</string>
<string name="app_name" translatable="false">Book\'s Story</string>
<string name="default_string">Default</string>
<string name="random_string">Random</string>
Expand Down

0 comments on commit d1d83c2

Please sign in to comment.