1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-18 21:16:48 -06:00

Manage jsoup dependency via gradle and not via jar file

This commit is contained in:
Mikołaj Pich 2017-04-20 22:01:30 +02:00
parent cf60edcee7
commit 248c4f6bd4
2 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'org.jsoup:jsoup:1.10.2'
testCompile 'junit:junit:4.12'
compile files('libs/jsoup-1.10.2.jar')
}

Binary file not shown.