xucheng 5 years ago
parent
commit
4e485b52bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -19,7 +19,7 @@ android {
 }
 }
 
 
 dependencies {
 dependencies {
-    implementation fileTree(include: ['*.jar'], dir: 'libs')
+    api fileTree(include: ['*.jar'], dir: 'libs')
 }
 }
 
 
 apply plugin: 'maven'
 apply plugin: 'maven'