3
0
Fork 0

Target api 31 because google play will enforce it soon

This commit is contained in:
Nate Brown 2022-10-26 09:35:54 -05:00
parent aabfce2675
commit 87f15151c8
1 changed files with 1 additions and 1 deletions

View File

@ -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
}