We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee38865 commit 996f277Copy full SHA for 996f277
android/app/build.gradle.kts
@@ -37,7 +37,9 @@ android {
37
//noinspection OldTargetApi
38
targetSdk = 34
39
versionCode = flutter.versionCode
40
- versionName = flutter.versionName
+ // Temporarily override versionName due to https://github.com/MateusRodCosta/vidya_music/issues/26
41
+ //versionName = flutter.versionName
42
+ versionName = "1.5.0b"
43
}
44
45
signingConfigs {
0 commit comments