Skip to content

Commit ad06625

Browse files
committed
updated compileSdkVersion to 35 and AGP version to 8.6.0
1 parent 61bd83d commit ad06625

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

flutter_appauth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [10.0.0]
2+
3+
* [Android] **Breaking changes** updated `compileSdkVersion` to 35 and AGP to 8.6.0
4+
15
## [9.0.1]
26

37
* [iOS][macOS] bumped AppAuth iOS dependency to 2.0.0

flutter_appauth/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:8.0.1'
11+
classpath 'com.android.tools.build:gradle:8.6.0'
1212
}
1313
}
1414

@@ -22,7 +22,7 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25-
compileSdkVersion 33
25+
compileSdkVersion 35
2626

2727
if (project.android.hasProperty("namespace")) {
2828
namespace 'io.crossingthestreams.flutterappauth'

flutter_appauth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_appauth
22
description: This plugin provides an abstraction around the Android and iOS
33
AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID
44
Connect providers
5-
version: 9.0.1
5+
version: 10.0.0
66
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth
77

88
environment:

0 commit comments

Comments
 (0)