Loading app/build.gradle +10 −2 Original line number Original line Diff line number Diff line Loading @@ -54,7 +54,7 @@ android { } } } } testCoverage.jacocoVersion = "0.8.8" testCoverage.jacocoVersion = "0.8.13" flavorDimensions = ["version"] flavorDimensions = ["version"] Loading Loading @@ -85,6 +85,14 @@ android { androidResources { androidResources { generateLocaleConfig true generateLocaleConfig true } } packagingOptions { resources { excludes += "META-INF/LICENSE*" excludes += "META-INF/versions/9/OSGI-INF/MANIFEST*" pickFirst "MANIFEST.MF" // workaround for duplicated manifest on some dependencies } } } } ext { ext { Loading @@ -100,7 +108,7 @@ dependencies { exclude group: 'commons-logging', module: 'commons-logging' exclude group: 'commons-logging', module: 'commons-logging' } } implementation("com.github.nextcloud:android-library:2.19.1") { implementation("com.github.nextcloud:android-library:2.20.0") { exclude group: 'org.ogce', module: 'xpp3' exclude group: 'org.ogce', module: 'xpp3' } } Loading gradle/verification-metadata.xml +8 −0 Original line number Original line Diff line number Diff line Loading @@ -7284,6 +7284,14 @@ <sha256 value="128d1e9f6c6863f34c8e8700478025eca530d666703dea345425a7274371b373" origin="Generated by Gradle" reason="Artifact is not signed"/> <sha256 value="128d1e9f6c6863f34c8e8700478025eca530d666703dea345425a7274371b373" origin="Generated by Gradle" reason="Artifact is not signed"/> </artifact> </artifact> </component> </component> <component group="com.github.nextcloud" name="android-library" version="2.20.0"> <artifact name="android-library-2.20.0.aar"> <sha256 value="fcc47f27babee30647ce3bae34e019edf8d71a0dcbb65d852a316678b89ac18a" origin="Generated by Gradle" reason="Artifact is not signed"/> </artifact> <artifact name="android-library-2.20.0.module"> <sha256 value="f695991e047ccd00c7ba6d69703fb4594b238ba770a0cce83223f2205ab09011" origin="Generated by Gradle" reason="Artifact is not signed"/> </artifact> </component> <component group="com.github.nextcloud.android-common" name="core" version="0.14.0"> <component group="com.github.nextcloud.android-common" name="core" version="0.14.0"> <artifact name="core-0.14.0.aar"> <artifact name="core-0.14.0.aar"> <sha256 value="d370010eeae5928f525f31c09e33f9c78ed5e610af4b9f84b1ba68ce0727267b" origin="Generated by Gradle" reason="Artifact is not signed"/> <sha256 value="d370010eeae5928f525f31c09e33f9c78ed5e610af4b9f84b1ba68ce0727267b" origin="Generated by Gradle" reason="Artifact is not signed"/> Loading Loading
app/build.gradle +10 −2 Original line number Original line Diff line number Diff line Loading @@ -54,7 +54,7 @@ android { } } } } testCoverage.jacocoVersion = "0.8.8" testCoverage.jacocoVersion = "0.8.13" flavorDimensions = ["version"] flavorDimensions = ["version"] Loading Loading @@ -85,6 +85,14 @@ android { androidResources { androidResources { generateLocaleConfig true generateLocaleConfig true } } packagingOptions { resources { excludes += "META-INF/LICENSE*" excludes += "META-INF/versions/9/OSGI-INF/MANIFEST*" pickFirst "MANIFEST.MF" // workaround for duplicated manifest on some dependencies } } } } ext { ext { Loading @@ -100,7 +108,7 @@ dependencies { exclude group: 'commons-logging', module: 'commons-logging' exclude group: 'commons-logging', module: 'commons-logging' } } implementation("com.github.nextcloud:android-library:2.19.1") { implementation("com.github.nextcloud:android-library:2.20.0") { exclude group: 'org.ogce', module: 'xpp3' exclude group: 'org.ogce', module: 'xpp3' } } Loading
gradle/verification-metadata.xml +8 −0 Original line number Original line Diff line number Diff line Loading @@ -7284,6 +7284,14 @@ <sha256 value="128d1e9f6c6863f34c8e8700478025eca530d666703dea345425a7274371b373" origin="Generated by Gradle" reason="Artifact is not signed"/> <sha256 value="128d1e9f6c6863f34c8e8700478025eca530d666703dea345425a7274371b373" origin="Generated by Gradle" reason="Artifact is not signed"/> </artifact> </artifact> </component> </component> <component group="com.github.nextcloud" name="android-library" version="2.20.0"> <artifact name="android-library-2.20.0.aar"> <sha256 value="fcc47f27babee30647ce3bae34e019edf8d71a0dcbb65d852a316678b89ac18a" origin="Generated by Gradle" reason="Artifact is not signed"/> </artifact> <artifact name="android-library-2.20.0.module"> <sha256 value="f695991e047ccd00c7ba6d69703fb4594b238ba770a0cce83223f2205ab09011" origin="Generated by Gradle" reason="Artifact is not signed"/> </artifact> </component> <component group="com.github.nextcloud.android-common" name="core" version="0.14.0"> <component group="com.github.nextcloud.android-common" name="core" version="0.14.0"> <artifact name="core-0.14.0.aar"> <artifact name="core-0.14.0.aar"> <sha256 value="d370010eeae5928f525f31c09e33f9c78ed5e610af4b9f84b1ba68ce0727267b" origin="Generated by Gradle" reason="Artifact is not signed"/> <sha256 value="d370010eeae5928f525f31c09e33f9c78ed5e610af4b9f84b1ba68ce0727267b" origin="Generated by Gradle" reason="Artifact is not signed"/> Loading