Skip to content

Commit

Permalink
Removed butterknife from core module
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliFtechiz committed Nov 23, 2023
1 parent 77a9a1a commit e2782a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ buildscript {

dependencies {
classpath(Libs.objectbox_gradle_plugin)
classpath(Libs.butterknife_gradle_plugin)
}
}
plugins {
`android-library`
}
plugins.apply(KiwixConfigurationPlugin::class)
apply(plugin = "io.objectbox")
apply(plugin = "com.jakewharton.butterknife")

/*
* max version code: 21-0-0-00-00-00
Expand Down

0 comments on commit e2782a1

Please sign in to comment.