Skip to content

Commit

Permalink
Updated the android compile SDK version (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-suyash authored Jun 29, 2024
1 parent 39c39ae commit 4582308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geolocator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ The TL;DR version is:
android.useAndroidX=true
android.enableJetifier=true
```
2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 33:
2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 34:

```
android {
compileSdkVersion 33
compileSdkVersion 34
...
}
Expand Down

0 comments on commit 4582308

Please sign in to comment.