mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03:00
restore original dependency definition
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
a8368e626e
commit
bd2de486c3
1 changed files with 1 additions and 5 deletions
|
@ -294,13 +294,9 @@ dependencies {
|
|||
implementation 'com.elyeproj.libraries:loaderviewlibrary:2.0.0'
|
||||
|
||||
implementation 'org.osmdroid:osmdroid-android:6.1.10'
|
||||
//noinspection DuplicatePlatformClasses
|
||||
implementation 'fr.dudie:nominatim-api:3.4'
|
||||
|
||||
// noinspection DuplicatePlatformClasses
|
||||
api group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.9'
|
||||
// nominatim-api uses httpclient
|
||||
// Android comes with its own httpclient
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.mockito:mockito-core:3.11.0'
|
||||
testImplementation "org.powermock:powermock-core:${powermockVersion}"
|
||||
|
|
Loading…
Reference in a new issue