Skip to content

Commit

Permalink
Fixed wrong version code for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
helomri committed Nov 13, 2023
1 parent b300528 commit bf4166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 23
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger() * 10 + 1
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

ndk {
Expand Down

0 comments on commit bf4166e

Please sign in to comment.