Update target SDK for Android

This commit is contained in:
Hillel Coren 2023-09-18 08:22:55 +03:00
parent a446ae9ea5
commit 0f9f66226f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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