mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Get rid of some warnings
This commit is contained in:
parent
3bd29307a5
commit
1ff922af6a
@ -17,12 +17,11 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
compile 'org.apache.jackrabbit:jackrabbit-webdav:2.12.4'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.10.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion '26.0.2'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
|
@ -5,12 +5,11 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':')
|
||||
implementation project(':')
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.2"
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
|
@ -6,13 +6,12 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'commons-httpclient:commons-httpclient:3.1'
|
||||
compile project(':')
|
||||
implementation 'commons-httpclient:commons-httpclient:3.1'
|
||||
implementation project(':')
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.2"
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
|
@ -1,13 +1,12 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: '*.jar')
|
||||
compile project(':')
|
||||
implementation fileTree(dir: 'libs', include: '*.jar')
|
||||
implementation project(':')
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.2"
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
|
Loading…
x
Reference in New Issue
Block a user