Files
lawnchair/compatLib/compatLibVR/build.gradle
John Andrew Camu c31b41ae73 QuickSwitch Compat Q to U (#3948)
Initial support quickstep, Android versions from Q to U, ensuring a smooth and efficient user experience. Enjoy effortless navigation and swift app switching on your Android device with QuickSwitch's compatibility across the Q, R, S, T, and U.


Co-authored-by: Goooler <wangzongler@gmail.com>
Co-authored-by: 无言 <57122860+liu-wanshun@users.noreply.github.com>
2024-01-26 05:59:47 +08:00

14 lines
194 B
Groovy

plugins {
id 'com.android.library'
}
android {
namespace "app.lawnchair.compatlib.eleven"
}
addFrameworkJar('framework-11.jar')
dependencies {
implementation projects.compatLib
}