apply plugin: 'com.android.library' dependencies { api 'com.squareup.okhttp3:okhttp:3.12.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.11" api 'com.gitlab.ownclouders:dav4android:oc_support_1.0.1' } android { compileSdkVersion 28 defaultConfig { minSdkVersion 19 targetSdkVersion 28 versionCode = 10000001 versionName = "1.0.1-beta.1" } lintOptions { abortOnError false ignoreWarnings true } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } }