From 7f1dee26ee8563ed168e1479d1fb1986e878f10b Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:54:03 +1100 Subject: [PATCH] pinned compileSdkVersion of Android app to 34 --- flutter_appauth/CHANGELOG.md | 1 + flutter_appauth/example/android/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flutter_appauth/CHANGELOG.md b/flutter_appauth/CHANGELOG.md index eb7bb7a..efd44fd 100644 --- a/flutter_appauth/CHANGELOG.md +++ b/flutter_appauth/CHANGELOG.md @@ -1,6 +1,7 @@ ## [8.0.3] * [iOS][macOS] reverted change on attempt to add Swift Package Manager as there were issues found. 8.0.2 has now been considered retracted on pub.dev as a result +* Pinned compileSdkVersion of Android example app to 34 to continue support the current AGP versions until plugin and example app are updated ## [8.0.2] diff --git a/flutter_appauth/example/android/app/build.gradle b/flutter_appauth/example/android/app/build.gradle index 14fdd3d..bab0aad 100644 --- a/flutter_appauth/example/android/app/build.gradle +++ b/flutter_appauth/example/android/app/build.gradle @@ -24,7 +24,7 @@ if (flutterVersionName == null) { android { namespace "io.crossingthestreams.flutter_appauth_example" - compileSdkVersion flutter.compileSdkVersion + compileSdkVersion 34 ndkVersion flutter.ndkVersion compileOptions {