Commit 09ef3024 by dididi Committed by GitHub

doc: update android min compile sdk to 30 for 7.x

parent 84977c82
...@@ -31,7 +31,7 @@ android.enableJetifier=true ...@@ -31,7 +31,7 @@ android.enableJetifier=true
2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 28: 2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 28:
``` ```
android { 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