Commit 2425361b by Maurits van Beusekom Committed by GitHub

Merge pull request #534 from dfdgsdfg/patch-1

Doc: update android min compile sdk to 30 for 7.x
parents 84977c82 09ef3024
......@@ -31,7 +31,7 @@ android.enableJetifier=true
2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 28:
```
android {
compileSdkVersion 28
compileSdkVersion 30
...
}
```
......
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