1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-12 00:42:58 +00:00

Get rid of some warnings

This commit is contained in:
davigonz
2018-04-25 16:38:51 +02:00
parent 3bd29307a5
commit 1ff922af6a
4 changed files with 6 additions and 10 deletions
+2 -3
View File
@@ -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 {