File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 {
2222apply plugin : ' com.android.library'
2323
2424android {
25- compileSdkVersion 33
25+ compileSdkVersion 35
2626
2727 if (project. android. hasProperty(" namespace" )) {
2828 namespace ' io.crossingthestreams.flutterappauth'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flutter_appauth
22description : 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
66homepage : https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth
77
88environment :
You can’t perform that action at this time.
0 commit comments