feat: Initial Commit

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-08-09 13:49:23 +02:00
commit 7dfb454e72
42 changed files with 1629 additions and 0 deletions

19
settings.gradle Normal file
View File

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