Set Android versionCode to 2

This commit is contained in:
zypherift
2026-04-07 13:09:15 +02:00
parent b801e8277b
commit 87eddff7c0

View File

@@ -81,7 +81,7 @@ android {
applicationId "hu.refilc.naplo"
minSdkVersion 24
targetSdkVersion 35
versionCode flutterVersionCode.toInteger()
versionCode 2
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true