Update README.md

This commit is contained in:
沉默的湮灰
2021-02-03 11:07:53 +08:00
committed by GitHub
parent 8489b41e34
commit 294bcd279f

View File

@ -28,7 +28,16 @@ flutter版腾讯(QQ)SDK
## android
```groovy
buildscript {
dependencies {
// Android 11兼容需升级Gradle到3.5.4/3.6.4/4.x.y
classpath 'com.android.tools.build:gradle:3.5.4'
}
}
```
```groovy
...
android {
...