Update prebuilt jars

This commit is contained in:
Suphon Thanakornpakapong
2022-05-08 17:32:46 +07:00
parent edf3ae0f7d
commit d422bf8991
6 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
addFrameworkJar('framework-12.jar')
addFrameworkJar('framework-12l.jar')
}
dependencies {
+2 -2
View File
@@ -270,7 +270,7 @@ android {
}
}
addFrameworkJar('framework-12.jar')
addFrameworkJar('framework-12l.jar')
}
allprojects {
@@ -289,7 +289,7 @@ dependencies {
implementation "androidx.preference:preference-ktx:${ANDROID_X_VERSION}"
implementation project(':iconloaderlib')
implementation project(':searchuilib')
implementation fileTree(dir: "${FRAMEWORK_PREBUILTS_DIR}/libs", include: 'sysui_statslog.jar')
implementation fileTree(dir: "${FRAMEWORK_PREBUILTS_DIR}/libs", include: 'SystemUI-statsd.jar')
// Recents lib dependency
withQuickstepImplementation project(':SystemUIShared')
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.