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 cc7fb97 commit 41005adCopy full SHA for 41005ad
android/app/build.gradle
@@ -26,7 +26,7 @@ android {
26
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
27
minSdk = flutter.minSdkVersion
28
targetSdk = flutter.targetSdkVersion
29
- versionCode = flutter.versionCode.toInteger()
+ versionCode = 1
30
versionName = flutter.versionName
31
}
32
0 commit comments