Workaround for Samsung Folds (#929)

This commit is contained in:
LoveSy 2021-08-17 21:59:22 +08:00 committed by GitHub
parent dab8147024
commit 8e8a636741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -198,6 +198,9 @@ dependencies {
implementation("me.zhanghai.android.appiconloader:appiconloader-glide:1.3.1")
implementation("org.lsposed.hiddenapibypass:hiddenapibypass:2.0")
implementation(project(":manager-service"))
// TODO(vvb2060): workaround for Samsung Folds. Remove it after stable.
implementation("androidx.window:window:1.0.0-alpha10")
}
configurations.all {