Files
lawnchair/compatLib/compatLibVT/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

15 lines
246 B
Groovy

plugins {
id 'com.android.library'
}
android {
namespace 'app.lawnchair.compatlib.thirteen'
}
addFrameworkJar('framework-13.jar')
dependencies {
implementation projects.compatLib
implementation projects.compatLib.compatLibVS
}