Skip to content

Commit

Permalink
pinned compileSdkVersion of Android app to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Dec 12, 2024
1 parent 83a1938 commit 7f1dee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flutter_appauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion flutter_appauth/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace "io.crossingthestreams.flutter_appauth_example"
compileSdkVersion flutter.compileSdkVersion
compileSdkVersion 34
ndkVersion flutter.ndkVersion

compileOptions {
Expand Down

0 comments on commit 7f1dee2

Please sign in to comment.