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 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamal2362 committed Sep 3, 2023
1 parent f0c4069 commit 50819d5
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 @@ -10,8 +10,8 @@ android {
applicationId 'com.jamal2367.urlradio'
minSdk 23
targetSdk 34
versionCode 120
versionName '12.0'
versionCode 121
versionName '12.1'
resConfigs 'en', 'ar', 'bg', 'cs', 'de', 'el', 'fr', 'hu', 'it', 'nl', 'pl', 'pt', 'ru', 'ro', '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">\"Acid\"</string>
<string name="app_version_name" translatable="false">\"Sweet\"</string>

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

0 comments on commit 50819d5

Please sign in to comment.