Initial commit

This commit is contained in:
2023-05-15 14:39:02 +02:00
commit 5b4aaa0510
44 changed files with 1520 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 = "Protractor"
include ':app'