mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
14 lines
196 B
Groovy
14 lines
196 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
}
|
|
|
|
android {
|
|
namespace 'app.lawnchair.compatlib.fifteen'
|
|
}
|
|
|
|
addFrameworkJar('framework-15.jar')
|
|
|
|
dependencies {
|
|
api projects.compatLib.compatLibVU
|
|
}
|