Skip to content

Commit 4582308

Browse files
authored
Updated the android compile SDK version (#1538)
1 parent 39c39ae commit 4582308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geolocator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ The TL;DR version is:
4242
android.useAndroidX=true
4343
android.enableJetifier=true
4444
```
45-
2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 33:
45+
2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 34:
4646

4747
```
4848
android {
49-
compileSdkVersion 33
49+
compileSdkVersion 34
5050
5151
...
5252
}

0 commit comments

Comments
 (0)