Skip to content

Commit 8b43939

Browse files
committed
Fix the versionName
1 parent 9a1d63e commit 8b43939

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 = 1.0.0
30+
versionName = "1.0.0"
3131
}
3232

3333
buildTypes {

0 commit comments

Comments
 (0)