mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
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>
15 lines
246 B
Groovy
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
|
|
}
|