mirror of
https://github.com/flutter/packages.git
synced 2025-06-17 02:48:43 +08:00
[local_auth]: Bump core from 1.8.0 to 1.9.0 in /packages/local_auth/local_auth_android/android (#6393)
* [local_auth]: Bump core Bumps core from 1.8.0 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump compilesdkversion * Bump fragment and update changelog * Bump gradle version * Bump compileSdkVersion * Bump all plugins compilesdkversion * Bump gradle version of example apps * Update changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: camsim99 <camillesimon90@gmail.com>
This commit is contained in:
@ -130,8 +130,8 @@ class CreateAllPackagesAppCommand extends PackageCommand {
|
||||
// minSdkVersion 19 is required by WebView.
|
||||
newGradle.writeln('minSdkVersion 20');
|
||||
} else if (line.contains('compileSdkVersion')) {
|
||||
// compileSdkVersion 32 is required by webview_flutter.
|
||||
newGradle.writeln('compileSdkVersion 32');
|
||||
// compileSdkVersion 33 is required by local_auth.
|
||||
newGradle.writeln('compileSdkVersion 33');
|
||||
} else {
|
||||
newGradle.writeln(line);
|
||||
}
|
||||
|
Reference in New Issue
Block a user