mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 15:27:55 -04:00
Removed butterknife from core module
This commit is contained in:
parent
8c522daa07
commit
d2f33f8270
@ -9,7 +9,6 @@ buildscript {
|
||||
|
||||
dependencies {
|
||||
classpath(Libs.objectbox_gradle_plugin)
|
||||
classpath(Libs.butterknife_gradle_plugin)
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
@ -17,7 +16,6 @@ plugins {
|
||||
}
|
||||
plugins.apply(KiwixConfigurationPlugin::class)
|
||||
apply(plugin = "io.objectbox")
|
||||
apply(plugin = "com.jakewharton.butterknife")
|
||||
|
||||
android {
|
||||
defaultConfig {
|
||||
|
Loading…
x
Reference in New Issue
Block a user