mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
use branch via jitpack
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
e2dd29052b
commit
a6043df1dd
2 changed files with 2 additions and 5 deletions
|
@ -240,10 +240,7 @@ android {
|
||||||
dependencies {
|
dependencies {
|
||||||
// dependencies for app building
|
// dependencies for app building
|
||||||
implementation 'androidx.multidex:multidex:2.0.1'
|
implementation 'androidx.multidex:multidex:2.0.1'
|
||||||
// implementation("com.github.nextcloud:android-library:$androidLibraryVersion") {
|
implementation("com.github.nextcloud:android-library:$androidLibraryVersion") {
|
||||||
// temporarily using my own version of the nextcloud android-library so automated compile and unit tests
|
|
||||||
// are able to build the app. should be removed before merging.
|
|
||||||
implementation("com.github.elv1zz:nextcloud-android-library:$androidLibraryVersion") {
|
|
||||||
exclude group: 'org.ogce', module: 'xpp3' // unused in Android and brings wrong Junit version
|
exclude group: 'org.ogce', module: 'xpp3' // unused in Android and brings wrong Junit version
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ buildscript {
|
||||||
daggerVersion = "2.47"
|
daggerVersion = "2.47"
|
||||||
markwonVersion = "4.6.2"
|
markwonVersion = "4.6.2"
|
||||||
prismVersion = "2.0.0"
|
prismVersion = "2.0.0"
|
||||||
androidLibraryVersion = "master-SNAPSHOT"
|
androidLibraryVersion = "clientCert-SNAPSHOT"
|
||||||
mockitoVersion = "4.11.0"
|
mockitoVersion = "4.11.0"
|
||||||
mockitoKotlinVersion = "4.1.0"
|
mockitoKotlinVersion = "4.1.0"
|
||||||
mockkVersion = "1.13.8"
|
mockkVersion = "1.13.8"
|
||||||
|
|
Loading…
Reference in a new issue