Update target SDK for Android
This commit is contained in:
parent
a446ae9ea5
commit
0f9f66226f
|
|
@ -45,7 +45,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "com.invoiceninja.app"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 31
|
||||
targetSdkVersion 33
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "com.invoiceninja.app"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 31
|
||||
targetSdkVersion 33
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
|||
Loading…
Reference in New Issue