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

20 lines
270 B
Groovy

plugins {
id 'com.android.library'
}
android {
namespace "app.lawnchair.compatlib"
buildFeatures {
aidl true
}
sourceSets {
main {
aidl.srcDirs = ['src/main/java']
}
}
}
addFrameworkJar('framework-14.jar')