Skip to content

Commit

Permalink
daily dev 20240319
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Mar 19, 2024
1 parent 5ae06a6 commit 9b02bc5
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 20240318
versionName "20240318"
versionCode 20240319
versionName "20240319"
}

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 ="40c50e8fa906efa52684627f4f1bbedef679ad4f"
androidLibraryVersion ="4c4f6b9f9bd6712d3b4171f5f4e35c90bb30a170"
androidPluginVersion = '8.3.0'
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 @@ -4035,6 +4035,14 @@
<sha256 value="c5d7d1a6286dabe85fed296f9f231051a124e2d406a7b0baf6d752f81e3cd6fe" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="4c4f6b9f9bd6712d3b4171f5f4e35c90bb30a170">
<artifact name="android-library-4c4f6b9f9bd6712d3b4171f5f4e35c90bb30a170.aar">
<sha256 value="4d4dde663ce61bea1d2ef519d2a7b02cfed56c49fe8bddd3a96a61e4ee49de27" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-4c4f6b9f9bd6712d3b4171f5f4e35c90bb30a170.module">
<sha256 value="0f9fdf339a4c7834e4075ddfcdec5002fb4da3f66e9f9a9b5dfff92b1e90aaa0" 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Update Nextcloud Android library

0 comments on commit 9b02bc5

Please sign in to comment.