mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 15:05:44 +03:00
rearrange docs
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
99fb4b8b0d
commit
a5923de582
1 changed files with 3 additions and 2 deletions
|
@ -296,9 +296,10 @@ dependencies {
|
|||
implementation 'org.osmdroid:osmdroid-android:6.1.10'
|
||||
implementation 'fr.dudie:nominatim-api:3.4'
|
||||
|
||||
//noinspection DuplicatePlatformClasses
|
||||
api 'org.apache.httpcomponents:httpclient:4.5.9' // Android comes with its own httpclient
|
||||
// noinspection DuplicatePlatformClasses
|
||||
api 'org.apache.httpcomponents:httpclient: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'
|
||||
|
|
Loading…
Reference in a new issue