From 0f9f66226fcaf1077d7f0bbde7455c34749a3577 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 18 Sep 2023 08:22:55 +0300 Subject: [PATCH] Update target SDK for Android --- android/app/build.gradle.dev | 2 +- android/app/build.gradle.prod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"