解决类重复的问题
1.针对AndroidX 类重复问题 解决办法: android.useAndroidX=true android.enableJetifier=true2.引用其他sdk出现类重复的问题解决办法:configurations {all { // You should exclude one of them not both of themexclude group: "com.enmoli", module: "dapper-service-lib"}}
1.针对AndroidX 类重复问题 解决办法: android.useAndroidX=true android.enableJetifier=true2.引用其他sdk出现类重复的问题解决办法:configurations {all { // You should exclude one of them not both of themexclude group: "com.enmoli", module: "dapper-service-lib"}}