Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-saenko committed Jan 25, 2025
1 parent 745f7c3 commit 42cec76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {

defaultConfig {
applicationId = "com.mrsep.musicrecognizer"
versionCode = 26
versionName = "1.7.2"
versionCode = 27
versionName = "1.7.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand All @@ -24,9 +24,6 @@ android {
}
val devOptionsEnabled = properties["dev.options"]?.toString() ?: "false"
buildConfigField("boolean", "DEV_OPTIONS", devOptionsEnabled)

// Excluded unfinished translations: "fa", "gu", "pl"
resourceConfigurations += listOf("en", "cs", "de", "es", "fr", "it", "pt-rBR", "ru", "sk", "tr")
}

buildTypes {
Expand Down Expand Up @@ -55,6 +52,8 @@ android {
}
androidResources {
generateLocaleConfig = true
// Excluded unfinished translations: "et", "fa", "gl", "gu", "pl", "vi"
localeFilters += listOf("en", "cs", "de", "es", "fr", "it", "pt-rBR", "ru", "sk", "tr")
}
aboutLibraries {
registerAndroidTasks = false
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fix app crash when switching to background (Android 14+)
* Update translations
2 changes: 2 additions & 0 deletions fastlane/metadata/android/ru/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Исправлен вылет при сворачивании приложения (Android 14+)
* Обновлены файлы перевода

0 comments on commit 42cec76

Please sign in to comment.