Loading app/build.gradle +3 −3 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ android { defaultConfig { applicationId "foundation.e.accountmanager" versionCode 403090006 versionName '4.3.9-6' versionCode 403090007 versionName '4.3.9-7' buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" Loading Loading @@ -235,7 +235,7 @@ dependencies { implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2 implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' // remove after entire switch to lib v2 implementation 'com.google.code.gson:gson:2.10.1' implementation("foundation.e:Nextcloud-Android-Library:1.0.9-u2.17-release") { implementation("foundation.e:Nextcloud-Android-Library:1.0.10-u2.17-release") { exclude group: 'com.gitlab.bitfireAT', module: 'dav4jvm' exclude group: 'org.ogce', module: 'xpp3' // unused in Android and brings wrong Junit version exclude group: 'com.squareup.okhttp3' Loading Loading
app/build.gradle +3 −3 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ android { defaultConfig { applicationId "foundation.e.accountmanager" versionCode 403090006 versionName '4.3.9-6' versionCode 403090007 versionName '4.3.9-7' buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" Loading Loading @@ -235,7 +235,7 @@ dependencies { implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2 implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' // remove after entire switch to lib v2 implementation 'com.google.code.gson:gson:2.10.1' implementation("foundation.e:Nextcloud-Android-Library:1.0.9-u2.17-release") { implementation("foundation.e:Nextcloud-Android-Library:1.0.10-u2.17-release") { exclude group: 'com.gitlab.bitfireAT', module: 'dav4jvm' exclude group: 'org.ogce', module: 'xpp3' // unused in Android and brings wrong Junit version exclude group: 'com.squareup.okhttp3' Loading