mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Signed-off-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com>
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
|
|
}
|