Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jan 16, 2025
1 parent 6a9bed4 commit dc80475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ dependencies {
implementation("com.github.nextcloud:android-library:2.19.1") {
exclude(group = "org.ogce", module = "xpp3") // unused in Android and brings wrong Junit version
}
implementation("commons-httpclient:commons-httpclient:3.1@jar")
implementation("org.apache.jackrabbit:jackrabbit-webdav:2.13.5")
implementation("commons-httpclient:commons-httpclient:3.1@jar") // Make sure this is same version as in NextCloud lib
implementation("org.apache.jackrabbit:jackrabbit-webdav:2.13.5") // Make sure this is same version as in NextCloud lib


debugImplementation("com.facebook.stetho:stetho:1.6.0")
Expand Down

0 comments on commit dc80475

Please sign in to comment.