File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
packages/local_auth/local_auth_android Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- ## NEXT
1+ ## 1.0.38
22
3- * Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
3+ * Updates minSdkVersion to 19.
4+ * Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
45
56## 1.0.37
67
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
2929 compileSdk 34
3030
3131 defaultConfig {
32- minSdkVersion 16
32+ minSdkVersion 19
3333 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3434 }
3535
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: local_auth_android
22description : Android implementation of the local_auth plugin.
33repository : https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_android
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
5- version : 1.0.37
5+ version : 1.0.38
66
77environment :
8- sdk : ^3.1 .0
9- flutter : " >=3.13 .0"
8+ sdk : ^3.2 .0
9+ flutter : " >=3.16 .0"
1010
1111flutter :
1212 plugin :
You can’t perform that action at this time.
0 commit comments