mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
14 lines
208 B
Groovy
14 lines
208 B
Groovy
plugins {
|
|
alias(libs.plugins.android.library)
|
|
}
|
|
|
|
android {
|
|
namespace 'app.lawnchair.compatlib.thirteen'
|
|
}
|
|
|
|
addFrameworkJar('framework-13.jar')
|
|
|
|
dependencies {
|
|
api projects.compatLib.compatLibVS
|
|
}
|