fix: Missing required view (#1)

* misc: Renamed `app` to `sample`

* misc: Renamed crashhandler to library

* fix: Missing required view
This commit is contained in:
2022-08-09 18:09:30 +02:00
committed by GitHub
parent 7dfb454e72
commit ef361a4eaa
33 changed files with 233 additions and 21 deletions

View File

@ -15,5 +15,5 @@ dependencyResolutionManagement {
rootProject.name = "Crash Handler"
include ':app'
include ':crashhandler'
include ':sample'
include ':library'