diff --git a/auth0_flutter/README.md b/auth0_flutter/README.md index f6e2ae3bc..4a8b471db 100644 --- a/auth0_flutter/README.md +++ b/auth0_flutter/README.md @@ -24,9 +24,9 @@ | Flutter | Android | iOS | macOS | | :--------- | :-------------- | :---------------- | :---------------- | -| SDK 3.0+ | Android API 21+ | iOS 13+ | macOS 11+ | -| Dart 2.17+ | Java 8+ | Swift 5.7+ | Swift 5.7+ | -| | | Xcode 14.x / 15.x | Xcode 14.x / 15.x | +| SDK 3.0+ | Android API 21+ | iOS 14+ | macOS 11+ | +| Dart 2.17+ | Java 8+ | Swift 5.9+ | Swift 5.9+ | +| | | Xcode 15.x / 16.x | Xcode 15.x / 16.x | ### Installation diff --git a/auth0_flutter/android/build.gradle b/auth0_flutter/android/build.gradle index ebc4c173f..25c620f79 100644 --- a/auth0_flutter/android/build.gradle +++ b/auth0_flutter/android/build.gradle @@ -31,7 +31,7 @@ rootProject.allprojects { } android { - compileSdkVersion 31 + compileSdk 34 if (project.android.hasProperty("namespace")) { namespace libApplicationId } diff --git a/auth0_flutter/example/android/app/build.gradle b/auth0_flutter/example/android/app/build.gradle index 2a880f115..bc187f64a 100644 --- a/auth0_flutter/example/android/app/build.gradle +++ b/auth0_flutter/example/android/app/build.gradle @@ -28,7 +28,7 @@ apply plugin: 'org.jetbrains.kotlinx.kover' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdk 31 + compileSdk 34 if (project.android.hasProperty("namespace")) { namespace exampleAppApplicationId }