We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5a247 commit 68b4747Copy full SHA for 68b4747
README.md
@@ -55,13 +55,17 @@ dependencies {
55
56
#### AndroidX 兼容
57
58
-* 如果项目是基于 **AndroidX** 包,请在项目 `gradle.properties` 文件中加入
+* 如果项目是基于 **AndroidX** 库,请在项目 `gradle.properties` 文件中加入以下配置,如果已经加入则可以忽略
59
60
```text
61
+# 表示使用 AndroidX
62
+android.useAndroidX = true
63
# 表示将第三方库迁移到 AndroidX
64
android.enableJetifier = true
65
```
66
67
+* 如果项目是基于 **Support** 库则不需要加入此配置
68
+
69
#### 使用案例
70
71
* Java 用法
0 commit comments