mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 18:36:49 +00:00
17 lines
248 B
Groovy
17 lines
248 B
Groovy
plugins {
|
|
alias(libs.plugins.android.library)
|
|
}
|
|
|
|
android {
|
|
namespace "com.android.launcher3.dagger"
|
|
sourceSets {
|
|
main {
|
|
java.srcDirs = ['src']
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation libs.javax.inject
|
|
}
|