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