Commit 806fd2b1 by Lee Jaebin

要らないライブラリ削除

parent ed984cb0
...@@ -8,7 +8,6 @@ version = '1.0' ...@@ -8,7 +8,6 @@ version = '1.0'
dependencies { dependencies {
testImplementation 'junit:junit:4.11' testImplementation 'junit:junit:4.11'
implementation 'commons-codec:commons-codec:1.10' implementation 'commons-codec:commons-codec:1.10'
implementation 'org.xerial:sqlite-jdbc:3.7.2'
implementation 'net.lingala.zip4j:zip4j:1.3.2' implementation 'net.lingala.zip4j:zip4j:1.3.2'
implementation files('libs/java_websocket_0.8.jar') implementation files('libs/java_websocket_0.8.jar')
} }
......
...@@ -17,10 +17,8 @@ dependencies { ...@@ -17,10 +17,8 @@ dependencies {
implementation 'commons-codec:commons-codec:1.10' implementation 'commons-codec:commons-codec:1.10'
implementation 'net.lingala.zip4j:zip4j:1.3.2' implementation 'net.lingala.zip4j:zip4j:1.3.2'
implementation 'com.google.guava:guava:18.0' implementation 'com.google.guava:guava:18.0'
implementation 'com.journeyapps:zxing-android-embedded:3.0.1@aar'
implementation 'com.google.zxing:core:3.2.1' implementation 'com.google.zxing:core:3.2.1'
implementation 'org.jsoup:jsoup:1.9.2' implementation 'org.jsoup:jsoup:1.9.2'
implementation 'net.zetetic:android-database-sqlcipher:3.5.9@aar'
implementation project(':xwalk_core_library') implementation project(':xwalk_core_library')
implementation files('libs/FoxitRDK.jar') implementation files('libs/FoxitRDK.jar')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment