remove unused changes

This commit is contained in:
Milos Kozak 2022-02-11 14:47:44 +01:00
parent febe64b3c6
commit 070e95ef62
2 changed files with 0 additions and 5 deletions

View file

@ -163,10 +163,6 @@ android {
}
useLibrary "org.apache.http.legacy"
dataBinding {
enabled = true
}
}
allprojects {

View file

@ -1,6 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-allopen'
apply plugin: 'com.hiya.jacoco-android'