version number increased
This commit is contained in:
parent
69828ee8e4
commit
7d690dc2eb
3 changed files with 5 additions and 5 deletions
|
@ -10,8 +10,8 @@ android {
|
||||||
applicationId 'org.y20k.trackbook'
|
applicationId 'org.y20k.trackbook'
|
||||||
minSdkVersion 25
|
minSdkVersion 25
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 47
|
versionCode 48
|
||||||
versionName '2.0.10'
|
versionName '2.1.0'
|
||||||
resConfigs "en", "da", "de", "fr", "hr", "id", "it", "ja", "nb-rNO", "nl", "pt-rBR", "sv", "tr", "zh-rCN"
|
resConfigs "en", "da", "de", "fr", "hr", "id", "it", "ja", "nb-rNO", "nl", "pt-rBR", "sv", "tr", "zh-rCN"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<!-- App Name -->
|
<!-- App Name -->
|
||||||
<string name="app_name">Trackbook</string>
|
<string name="app_name">Trackbook</string>
|
||||||
<!-- please do not translate app_name - transcription into different alphabet types is fine though -->
|
<!-- please do not translate app_name - transcription into different alphabet types is fine though -->
|
||||||
<string name="app_version_name" translatable="false">\"Echoes\"</string>
|
<string name="app_version_name" translatable="false">\"See Emily Play\"</string>
|
||||||
<!-- Tabs -->
|
<!-- Tabs -->
|
||||||
<string name="tab_map">Map</string>
|
<string name="tab_map">Map</string>
|
||||||
<string name="tab_tracks">Tracks</string>
|
<string name="tab_tracks">Tracks</string>
|
||||||
|
|
Loading…
Reference in a new issue