From 81a2b66316eb1b135ce2a944f637281f4e9d72c1 Mon Sep 17 00:00:00 2001 From: Andriy S'omak Date: Tue, 5 Jul 2022 13:18:41 +0300 Subject: [PATCH] increased android sdk version --- android/app/build.gradle | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 5f4fdac..79073e6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -48,7 +48,7 @@ android { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.tekdeq.zxtapeplayer" minSdkVersion 23 - targetSdkVersion 28 + targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName } diff --git a/pubspec.yaml b/pubspec.yaml index 1ac3d6a..56e505f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.11+122 +version: 1.0.11+123 environment: sdk: ">=2.7.0 <4.0.0"