Skip to content

Commit 41005ad

Browse files
committed
manually set versionCode of app in build.gradle
1 parent cc7fb97 commit 41005ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
2727
minSdk = flutter.minSdkVersion
2828
targetSdk = flutter.targetSdkVersion
29-
versionCode = flutter.versionCode.toInteger()
29+
versionCode = 1
3030
versionName = flutter.versionName
3131
}
3232

0 commit comments

Comments
 (0)