Skip to content

Commit

Permalink
Add missing string resource
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Oct 1, 2023
1 parent 0fc2a3f commit b9b8670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<resources>
<string name="app_name" translatable="false">Tonbrett</string>
<string name="retry">Retry</string>
<string name="update_available">Update available</string>
<string name="update_pending">Update queued</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.14.27"
version = "1.14.28"

repositories {
mavenCentral()
Expand Down

0 comments on commit b9b8670

Please sign in to comment.