diff --git a/android/app/build.gradle.dev b/android/app/build.gradle.dev index 5cf193b97..09bdac862 100644 --- a/android/app/build.gradle.dev +++ b/android/app/build.gradle.dev @@ -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" diff --git a/android/app/build.gradle.prod b/android/app/build.gradle.prod index 2d92997eb..bf0e56224 100644 --- a/android/app/build.gradle.prod +++ b/android/app/build.gradle.prod @@ -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"