Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
bump version to 10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jamal2362 committed Jul 11, 2023
1 parent 6302762 commit 24dfa7a
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'com.jamal2367.urlradio'
minSdkVersion 21
targetSdkVersion 34
versionCode 106
versionName '10.6'
versionCode 107
versionName '10.7'
resConfigs 'en', 'ar', 'bg', 'cs', 'de', 'fr', 'it', 'nl', 'pl', 'pt', 'ru', 'tr', 'uk', 'zh-rCN'
setProperty('archivesBaseName', 'URL_Radio_' + versionName)
}
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
Expand Up @@ -2,7 +2,7 @@
<resources>
<!-- App Name -->
<string name="app_name" translatable="false">URL Radio</string>
<string name="app_version_name" translatable="false">\"Vacation\"</string>
<string name="app_version_name" translatable="false">\"Sunbed\"</string>

<!-- Accessibility Descriptions -->
<string name="descr_app_icon">App icon depicting an old radio</string>
Expand Down

0 comments on commit 24dfa7a

Please sign in to comment.