From 5f82282c78eb924522a2bf78c889d6e8d8c63335 Mon Sep 17 00:00:00 2001 From: Reginaldo Date: Mon, 11 Sep 2023 12:02:07 -0300 Subject: [PATCH] =?UTF-8?q?vers=C3=A3o=20da=20api=20para=2021=20vers=C3=A3?= =?UTF-8?q?o=20minima=20para=20o=20android=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 42cc484..2358b05 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -50,8 +50,8 @@ android { defaultConfig { applicationId "com.ab.rkm.rkm" - minSdkVersion 31 - targetSdkVersion 33 + minSdkVersion 19 + targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName } diff --git a/pubspec.yaml b/pubspec.yaml index caf4c7c..2d77244 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: rkm description: RKM AB 2.0. publish_to: 'none' -version: 1.0.2+3 +version: 1.0.3+4 environment: sdk: '>=2.17.6 <3.0.0'