Skip to content

Commit 9a1d63e

Browse files
committed
Also set the versionName
1 parent 41005ad commit 9a1d63e

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
@@ -27,7 +27,7 @@ android {
2727
minSdk = flutter.minSdkVersion
2828
targetSdk = flutter.targetSdkVersion
2929
versionCode = 1
30-
versionName = flutter.versionName
30+
versionName = 1.0.0
3131
}
3232

3333
buildTypes {

0 commit comments

Comments
 (0)