Commit 051828f0 by Maurits van Beusekom

Update README to reflect correct compileSdkVersion

parent d17c13ce
......@@ -31,11 +31,11 @@ android.useAndroidX=true
android.enableJetifier=true
```
1. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 31:
1. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 33:
```gradle
android {
compileSdkVersion 31
compileSdkVersion 33
...
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment