mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
13 lines
197 B
Groovy
13 lines
197 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
}
|
|
|
|
android {
|
|
namespace "app.lawnchair.compatlib.eleven"
|
|
addFrameworkJar('framework-11.jar')
|
|
}
|
|
|
|
dependencies {
|
|
implementation projects.compatLib
|
|
}
|