mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
14 lines
206 B
Groovy
14 lines
206 B
Groovy
plugins {
|
|
alias(libs.plugins.android.library)
|
|
}
|
|
|
|
android {
|
|
namespace "app.lawnchair.compatlib.twelve"
|
|
}
|
|
|
|
addFrameworkJar('framework-12.jar')
|
|
|
|
dependencies {
|
|
api projects.compatLib.compatLibVR
|
|
}
|