Skip to content

Commit 3e52f6c

Browse files
committed
update 1.3.0
1 parent 935ed0f commit 3e52f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
2424
applicationId "com.sean.rao.aliAuth"
2525
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
26-
minSdkVersion flutter.minSdkVersion
27-
targetSdkVersion flutter.targetSdkVersion
26+
minSdkVersion 21
27+
targetSdkVersion 34
2828
versionCode 1
2929
versionName "1.0.0"
3030
}

0 commit comments

Comments
 (0)