Browse Source

0.0.41.beta9.

kongzue 3 years ago
parent
commit
98f4d689b8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      DialogX/build.gradle

+ 1 - 2
DialogX/build.gradle

@@ -30,8 +30,7 @@ artifacts {
     archives sourcesJar
 }
 dependencies {
-    implementation fileTree(dir: "libs", include: ["*.jar"])
     implementation 'androidx.appcompat:appcompat:1.2.0+'
-    implementation files('libs\\androidx-rs.jar')
+    compileOnly files('libs\\androidx-rs.jar')
     api files('libs\\DialogXInterface.jar')
 }