Skip to content

Commit

Permalink
daily dev 20240611
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Jun 11, 2024
1 parent 7891a8c commit b223589
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 @@ -173,8 +173,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20240608
versionName "20240608"
versionCode 20240611
versionName "20240611"
}

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 ="26dc8477962f12356db840bb1a774f0186b38e4d"
androidLibraryVersion ="ba9a356aeed51ab59c1e950aedc6d0acf34f0fe5"
androidPluginVersion = '8.4.0'
androidxMediaVersion = '1.3.1'
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 @@ -5893,6 +5893,14 @@
<sha256 value="7fefc9b03dea1e60010dc1b9c8c292b512e4f5521529a533a2c366cca4886ccd" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="ba9a356aeed51ab59c1e950aedc6d0acf34f0fe5">
<artifact name="android-library-ba9a356aeed51ab59c1e950aedc6d0acf34f0fe5.aar">
<sha256 value="78deb3bdd883b051d86138552c3efb49ffaf44aac471f9caa9ad3209f2020dc8" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-ba9a356aeed51ab59c1e950aedc6d0acf34f0fe5.module">
<sha256 value="ee87d0100f3b4fc570743d7cb43e0927fa56062c1bff4a1b85b8d480d345ddc7" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="be87ba7948ba2067eaa6193b6c02f5e85b5bfdf1">
<artifact name="android-library-be87ba7948ba2067eaa6193b6c02f5e85b5bfdf1.aar">
<sha256 value="55469f2cbaafc625115fe68a2ba1104af007b5a3bd828f388ce909ba76ba0f72" 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 b223589

Please sign in to comment.