mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
14 lines
197 B
Groovy
14 lines
197 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
}
|
|
|
|
android {
|
|
namespace 'app.lawnchair.compatlib.thirteen'
|
|
}
|
|
|
|
addFrameworkJar('framework-13.jar')
|
|
|
|
dependencies {
|
|
api projects.compatLib.compatLibVS
|
|
}
|