1
0
Fork 0

initial commit

This commit is contained in:
Vendicated 2022-11-25 10:46:14 +01:00
commit fbc6ec57d3
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
49 changed files with 1555 additions and 0 deletions

16
settings.gradle Normal file
View file

@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "VencordMobile"
include ':app'