We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935ed0f commit 3e52f6cCopy full SHA for 3e52f6c
example/android/app/build.gradle
@@ -23,8 +23,8 @@ android {
23
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
24
applicationId "com.sean.rao.aliAuth"
25
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
26
- minSdkVersion flutter.minSdkVersion
27
- targetSdkVersion flutter.targetSdkVersion
+ minSdkVersion 21
+ targetSdkVersion 34
28
versionCode 1
29
versionName "1.0.0"
30
}
0 commit comments