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 {