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'