mirror of
https://github.com/proxidize/proxidize-android.git
synced 2026-05-26 15:13:39 +00:00
Initial commit to public repo
This commit is contained in:
23
settings.gradle
Normal file
23
settings.gradle
Normal file
@@ -0,0 +1,23 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
flatDir {
|
||||
dirs 'libs'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
flatDir {
|
||||
dirs 'libs'
|
||||
}
|
||||
}
|
||||
}
|
||||
rootProject.name = "Proxidize Android Legacy"
|
||||
include ':app'
|
||||
Reference in New Issue
Block a user