Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
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
Expand Up @@ -18,10 +18,10 @@
<string name="countries_visited_statement_zero">You haven\'t visited any countries &#8230; let\'s start with some short trips and see how you do.</string>
<plurals name="countries_visited_statement">
<item quantity="one">You\'ve taken me to &lt;b>%d country&lt;/b> &#8212; nice start!</item>
<item quantity="other">You\'ve taken me to &lt;b>%d different countries&lt;/b>!</item>
<item quantity="other">You\'ve taken me to &lt;b>%d different countries&lt;/b>.</item>
</plurals>

<string name="counties_not_yet_visited">We still have\'t been to %s, %s or %s. Let\'s get out there and travel the world!</string>
<string name="counties_not_yet_visited">We still haven\'t been to %s, %s or %s, let\'s get out there and travel the world!</string>

<string name="repo_link">If you\'d like to contribute to the app, or see how it was made, have a look at its\u00A0<a href="https://github.com/atorch/shortest_path">github repo</a>.</string>

Expand Down