Init commit
This commit is contained in:
commit
47315e58ca
38 changed files with 1449 additions and 0 deletions
15
gradle/libs.versions.toml
Normal file
15
gradle/libs.versions.toml
Normal 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" }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue