[2.8.0-f] 屏幕适配

This commit is contained in:
yangyakun
2022-10-27 14:55:29 +08:00
parent 0475c5d567
commit 27f40d2d2c
6 changed files with 45 additions and 3 deletions

View File

@@ -241,7 +241,10 @@ ext {
//========================= LancetX ===================
lancetx_runtime : "io.github.knight-zxw:lancet-runtime:0.0.1"
lancetx_runtime : "io.github.knight-zxw:lancet-runtime:0.0.1",
//========================= autosize ======================
androidautoSize : 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1',
]
android = [
launcherApplicationId : "com.mogo.launcher",
@@ -258,6 +261,7 @@ ext {
targetSdkVersion : 21,
minSdkVersionPadLenovo : 23,
targetSdkVersionPadLenovo : 23,
koomxhook : "com.kuaishou.koom:xhook-static:2.2.0",
]
}