Merge pull request #213

* Fix MaxWallpaperScale on MIUI14

* Fix ShowBatteryTemperature on MIUI14

* fix UnlockUnlimitedCropping on MIUI14

* Update UnlockUnlimitedCropping.kt
This commit is contained in:
YuKongA
2023-02-07 18:52:10 +08:00
committed by GitHub
parent 60f61649fb
commit 916522331d
7 changed files with 89 additions and 53 deletions

View File

@@ -7,7 +7,6 @@ plugins {
android {
compileSdk = 33
buildToolsVersion = "33.0.0"
defaultConfig {
applicationId = "com.lt2333.simplicitytools"
minSdk = 31
@@ -52,7 +51,7 @@ android {
dependencies {
//API
compileOnly("de.robv.android.xposed:api:82")
implementation("com.github.kyuubiran:EzXHelper:0.9.2")
implementation("com.github.kyuubiran:EzXHelper:1.0.3")
//UI
implementation(project(":blockmiui"))
implementation("androidx.constraintlayout:constraintlayout:2.1.3")