Fix Version name

- and my mistake.
This commit is contained in:
Michatec
2025-06-11 18:00:12 +02:00
parent 6a74e64e87
commit 26cb5cda08

View File

@@ -11,8 +11,8 @@ android {
minSdk 28 minSdk 28
//noinspection OldTargetApi //noinspection OldTargetApi
targetSdk 35 targetSdk 35
versionCode 13 versionCode 130
versionName '130' versionName '13'
resourceConfigurations += ['en', 'de', 'el', 'nl', 'pl', 'ru','uk', 'ja', 'da', 'fr'] resourceConfigurations += ['en', 'de', 'el', 'nl', 'pl', 'ru','uk', 'ja', 'da', 'fr']
setProperty('archivesBaseName', 'Radio') setProperty('archivesBaseName', 'Radio')
} }