Merge pull request #390 from zod/cleanup-binstaller

Use layouts in DownloadManager
This commit is contained in:
afischerdev 2022-01-12 14:54:41 +01:00 committed by GitHub
commit 80d0a30729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 533 additions and 615 deletions

View file

@ -95,6 +95,7 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation "androidx.constraintlayout:constraintlayout:2.1.2"
implementation project(':brouter-mapaccess')
implementation project(':brouter-core')