Skip to content

Commit

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

qa {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
androidLibraryVersion ="e4b7de004b43bf93a232725940bc10afdc00b667"
androidLibraryVersion ="db4f4b4bc9259c081306c2716f9f1417d7f65709"
androidPluginVersion = '8.3.1'
androidxMediaVersion = '1.3.0'
androidxTestVersion = "1.5.0"
Expand Down
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4608,6 +4608,14 @@
<sha256 value="dbf4aa8cb703b7282d6087795e69e8ebfe25ab8e6796f1f88d937208ad1d7641" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="db4f4b4bc9259c081306c2716f9f1417d7f65709">
<artifact name="android-library-db4f4b4bc9259c081306c2716f9f1417d7f65709.aar">
<sha256 value="4d4dde663ce61bea1d2ef519d2a7b02cfed56c49fe8bddd3a96a61e4ee49de27" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-db4f4b4bc9259c081306c2716f9f1417d7f65709.module">
<sha256 value="a8de17c3f6d372e0ac67298de44352640b64d471fc24aff8eab8bc0eb30e8997" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="e4b7de004b43bf93a232725940bc10afdc00b667">
<artifact name="android-library-e4b7de004b43bf93a232725940bc10afdc00b667.aar">
<sha256 value="4d4dde663ce61bea1d2ef519d2a7b02cfed56c49fe8bddd3a96a61e4ee49de27" 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 f7cb022

Please sign in to comment.