Commit 14ce5830 by ChangJoo Park(박창주) Committed by GitHub

docs: compileSdkVersion 28 to 30

parent 8d21b7a3
...@@ -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