Skip to content

Commit

Permalink
daily dev 20240702
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Jul 2, 2024
1 parent a36b536 commit a96ac19
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20240630
versionName "20240630"
versionCode 20240702
versionName "20240702"
}

qa {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
buildscript {
ext {
androidLibraryVersion ="c2355d04a920e8dc69936e08670eca6880d98b28"
androidLibraryVersion ="50ef03422e17bbcbdbbdc868a27749f548488ec6"
androidPluginVersion = '8.5.0'
androidxMediaVersion = '1.3.1'
androidxTestVersion = "1.5.0"
Expand Down
27 changes: 16 additions & 11 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5874,6 +5874,14 @@
<sha256 value="2f0a19e823e21c58fb953d8d4e95cda9aed51b6a255e30d1be2015482de94d23" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="50ef03422e17bbcbdbbdc868a27749f548488ec6">
<artifact name="android-library-50ef03422e17bbcbdbbdc868a27749f548488ec6.aar">
<sha256 value="c253a126ca3c32dd5b373ab1c64668e4603305b3113b052fc0fc5e3c833a913c" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-50ef03422e17bbcbdbbdc868a27749f548488ec6.module">
<sha256 value="fa966706fb1576116acb508672358043b648eb6a471559d1df558e421d3c676d" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="5f92d92c490d2d9039bfd392cf16c61a37738646">
<artifact name="android-library-5f92d92c490d2d9039bfd392cf16c61a37738646.aar">
<sha256 value="adec67393e6d6a05d1d96ed4e4dd2e675999e43ca544ea069cee1dbac4d3132c" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down Expand Up @@ -5962,17 +5970,14 @@
<sha256 value="66afb9f2eea39427f6f03c14c5b82ca240157e22b8b2a764f0a7c8ad87cb2d3e" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library"
version="c2355d04a920e8dc69936e08670eca6880d98b28">
<artifact name="android-library-c2355d04a920e8dc69936e08670eca6880d98b28.aar">
<sha256 value="c253a126ca3c32dd5b373ab1c64668e4603305b3113b052fc0fc5e3c833a913c"
origin="Generated by Gradle" reason="Artifact is not signed" />
</artifact>
<artifact name="android-library-c2355d04a920e8dc69936e08670eca6880d98b28.module">
<sha256 value="deb8a2ea9ddf5b4932f4a5eb61d2ae432efebab24e801dd03a636c5812f048a4"
origin="Generated by Gradle" reason="Artifact is not signed" />
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="c2355d04a920e8dc69936e08670eca6880d98b28">
<artifact name="android-library-c2355d04a920e8dc69936e08670eca6880d98b28.aar">
<sha256 value="c253a126ca3c32dd5b373ab1c64668e4603305b3113b052fc0fc5e3c833a913c" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-c2355d04a920e8dc69936e08670eca6880d98b28.module">
<sha256 value="deb8a2ea9ddf5b4932f4a5eb61d2ae432efebab24e801dd03a636c5812f048a4" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="cda1b08aa81b74201177f29c2326abee62f32c15">
<artifact name="android-library-cda1b08aa81b74201177f29c2326abee62f32c15.aar">
<sha256 value="39c76af292201a94cf0753f296a18deb5512d88e97537f7c4e9a766ec50c1520" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Update Nextcloud Android library

0 comments on commit a96ac19

Please sign in to comment.