Commit 39caf3c3 by Maurits van Beusekom Committed by GitHub

Merge pull request #542 from ChangJoo-Park/patch-1

docs: compileSdkVersion 28 to 30
parents 8d21b7a3 14ce5830
...@@ -28,10 +28,10 @@ The TL;DR version is: ...@@ -28,10 +28,10 @@ The TL;DR version is:
android.useAndroidX=true android.useAndroidX=true
android.enableJetifier=true 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 30:
``` ```
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