Upgrade gradle (#1866)

This commit is contained in:
LoveSy
2024-07-08 22:49:18 +08:00
committed by GitHub
parent 25a21f4b5f
commit 0106628da1
8 changed files with 24 additions and 21 deletions

View File

@@ -34,6 +34,7 @@ android {
aidl = true
buildConfig = true
compose = true
prefab = true
}
kotlinOptions {
@@ -113,4 +114,6 @@ dependencies {
implementation(libs.markdown)
implementation(libs.androidx.webkit)
implementation(libs.lsposed.cxx)
}