mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
* Update dev.rikka.tools.refine * Update build.gradle --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <wangzongler@gmail.com>
13 lines
247 B
Groovy
13 lines
247 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
}
|
|
|
|
android {
|
|
namespace 'app.lawnchair.hidden_api'
|
|
}
|
|
|
|
dependencies {
|
|
annotationProcessor 'dev.rikka.tools.refine:annotation-processor:4.2.1'
|
|
compileOnly 'dev.rikka.tools.refine:annotation:4.2.1'
|
|
}
|