Skip to content

Commit b91ffbc

Browse files
Merge pull request #2643 from nextcloud/renovate/com.github.nextcloud-android-library-2.x
fix(deps): update dependency com.github.nextcloud:android-library to v2.20.0
2 parents 9c22ed5 + 7399767 commit b91ffbc

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

app/build.gradle

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android {
5454
}
5555
}
5656

57-
testCoverage.jacocoVersion = "0.8.8"
57+
testCoverage.jacocoVersion = "0.8.13"
5858

5959
flavorDimensions = ["version"]
6060

@@ -85,6 +85,14 @@ android {
8585
androidResources {
8686
generateLocaleConfig true
8787
}
88+
89+
packagingOptions {
90+
resources {
91+
excludes += "META-INF/LICENSE*"
92+
excludes += "META-INF/versions/9/OSGI-INF/MANIFEST*"
93+
pickFirst "MANIFEST.MF" // workaround for duplicated manifest on some dependencies
94+
}
95+
}
8896
}
8997

9098
ext {
@@ -100,7 +108,7 @@ dependencies {
100108
exclude group: 'commons-logging', module: 'commons-logging'
101109
}
102110

103-
implementation("com.github.nextcloud:android-library:2.19.1") {
111+
implementation("com.github.nextcloud:android-library:2.20.0") {
104112
exclude group: 'org.ogce', module: 'xpp3'
105113
}
106114

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7284,6 +7284,14 @@
72847284
<sha256 value="128d1e9f6c6863f34c8e8700478025eca530d666703dea345425a7274371b373" origin="Generated by Gradle" reason="Artifact is not signed"/>
72857285
</artifact>
72867286
</component>
7287+
<component group="com.github.nextcloud" name="android-library" version="2.20.0">
7288+
<artifact name="android-library-2.20.0.aar">
7289+
<sha256 value="fcc47f27babee30647ce3bae34e019edf8d71a0dcbb65d852a316678b89ac18a" origin="Generated by Gradle" reason="Artifact is not signed"/>
7290+
</artifact>
7291+
<artifact name="android-library-2.20.0.module">
7292+
<sha256 value="f695991e047ccd00c7ba6d69703fb4594b238ba770a0cce83223f2205ab09011" origin="Generated by Gradle" reason="Artifact is not signed"/>
7293+
</artifact>
7294+
</component>
72877295
<component group="com.github.nextcloud.android-common" name="core" version="0.14.0">
72887296
<artifact name="core-0.14.0.aar">
72897297
<sha256 value="d370010eeae5928f525f31c09e33f9c78ed5e610af4b9f84b1ba68ce0727267b" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)