forked from core/mobile_nebula
Target api 31 because google play will enforce it soon
This commit is contained in:
parent
aabfce2675
commit
87f15151c8
|
@ -45,7 +45,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "net.defined.mobile_nebula"
|
||||
minSdkVersion 23 //flutter.minSdkVersion
|
||||
targetSdkVersion 30 //flutter.targetSdkVersion
|
||||
targetSdkVersion 31 //flutter.targetSdkVersion
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue