Init commit

This commit is contained in:
Fu_Quan 2025-11-20 11:32:05 +08:00
commit 47315e58ca
38 changed files with 1449 additions and 0 deletions

15
gradle/libs.versions.toml Normal file
View file

@ -0,0 +1,15 @@
[versions]
agp = "8.6.0"
espressoCore = "3.6.1"
appcompat = "1.1.0"
material = "1.1.0"
xposed = "82"
[libraries]
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
xposed = { group = "de.robv.android.xposed", name = "api", version.ref = "xposed" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.

View file

@ -0,0 +1,6 @@
#Sat May 17 00:25:33 CST 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists