refactor: replace app_version string with BuildConfig.VERSION_NAME

This commit is contained in:
Acclorite 2025-07-09 17:28:40 +03:00
parent 460724425a
commit 5cab499417
No known key found for this signature in database
GPG key ID: 6E54C611F6EE8593
3 changed files with 3 additions and 2 deletions

View file

@ -58,6 +58,7 @@ android {
jvmTarget = "17"
}
buildFeatures {
buildConfig = true
compose = true
}
dependenciesInfo {