Skip to content

Commit

Permalink
Set compileSdk to 34 to match Auth0.Android (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Jan 23, 2025
1 parent 0b1198d commit eb04a48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions auth0_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rootProject.allprojects {
}

android {
compileSdkVersion 31
compileSdk 34
if (project.android.hasProperty("namespace")) {
namespace libApplicationId
}
Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit eb04a48

Please sign in to comment.