Kaynağa Gözat

0.0.41.beta9.

kongzue 3 yıl önce
ebeveyn
işleme
98f4d689b8
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  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')
 }