diff --git a/app/build.gradle b/app/build.gradle index 6d658df..b3568dd 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "atorch.shortestpaths" minSdkVersion 16 targetSdkVersion 34 - versionCode 4 - versionName "1.3" + versionCode 5 + versionName "1.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7b8212e..ca782dd 100755 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -18,10 +18,10 @@ You haven\'t visited any countries … let\'s start with some short trips and see how you do. You\'ve taken me to <b>%d country</b> — nice start! - You\'ve taken me to <b>%d different countries</b>! + You\'ve taken me to <b>%d different countries</b>. - We still have\'t been to %s, %s or %s. Let\'s get out there and travel the world! + We still haven\'t been to %s, %s or %s, let\'s get out there and travel the world! If you\'d like to contribute to the app, or see how it was made, have a look at its\u00A0github repo.