Skip to content

Commit

Permalink
daily dev 20240823
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Aug 23, 2024
1 parent 1d0f9b5 commit 6cdcea6
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 @@ -174,8 +174,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20240822
versionName "20240822"
versionCode 20240823
versionName "20240823"
}

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 ="2c62a70fc8dda04965700be481f75fb1e1d3c1f5"
androidLibraryVersion ="844ccc2510fc1d3fd613df5fb5056230d79237cd"
androidPluginVersion = '8.5.2'
androidxMediaVersion = '1.4.0'
androidxTestVersion = "1.6.1"
Expand Down
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6157,6 +6157,14 @@
<sha256 value="291e8e5ac28c5a8096043f3cd8b264bdcfd79bb7f367736a1f39eb78b9195674" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="844ccc2510fc1d3fd613df5fb5056230d79237cd">
<artifact name="android-library-844ccc2510fc1d3fd613df5fb5056230d79237cd.aar">
<sha256 value="48d6f98b22b776d1f0beeead631f453d5ad15c41f226efa37937409a39d600e8" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-844ccc2510fc1d3fd613df5fb5056230d79237cd.module">
<sha256 value="74992e2e36657ef690d76646ef6b33e7ce7a5063c7176fecc1ec02c29f5dc989" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="84711877b4703f8df3d638a016419b4aa731db2b">
<artifact name="android-library-84711877b4703f8df3d638a016419b4aa731db2b.aar">
<sha256 value="d801b368fc7d4d5d2d2852765442ccbf7df21f0a9198d369181637a8142914cc" 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 6cdcea6

Please sign in to comment.