mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
14 lines
191 B
Groovy
14 lines
191 B
Groovy
plugins {
|
|
alias(libs.plugins.android.library)
|
|
}
|
|
|
|
android {
|
|
namespace "app.lawnchair.compatlib.ten"
|
|
}
|
|
|
|
addFrameworkJar('framework-10.jar')
|
|
|
|
dependencies {
|
|
api projects.compatLib
|
|
}
|