force same version code for all platforms
This commit is contained in:
@@ -86,6 +86,13 @@ android {
|
|||||||
viewBinding true
|
viewBinding true
|
||||||
aidl true
|
aidl true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
android.applicationVariants.all { variant ->
|
||||||
|
variant.outputs.each { output ->
|
||||||
|
output.versionCodeOverride = android.defaultConfig.versionCode
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
flutter {
|
flutter {
|
||||||
|
|||||||
Reference in New Issue
Block a user