Skip to content

Commit

Permalink
daily dev 20241209
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Dec 9, 2024
1 parent e975dca commit 930ed79
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 20241206
versionName "20241206"
versionCode 20241209
versionName "20241209"
}

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 ="4a95888afc472369e85fccae3d3573ff9e36fb50"
androidLibraryVersion ="56cbe502433ae8bda81dc06be823f48e021bd712"
androidPluginVersion = '8.7.3'
androidxMediaVersion = '1.4.1'
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 @@ -7806,6 +7806,14 @@
<sha256 value="08d98a9ef4d6eb7e96909e586f47d64230e560a0d8329ce656d3a2caeb0c66b4" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="56cbe502433ae8bda81dc06be823f48e021bd712">
<artifact name="android-library-56cbe502433ae8bda81dc06be823f48e021bd712.aar">
<sha256 value="1bbf46526701564c836b4a9e0c662d79ad5bf7bb9db11358c68d0918b7a4a570" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-56cbe502433ae8bda81dc06be823f48e021bd712.module">
<sha256 value="46245eb08f2c5f5bdd4c9893dd1937cb86009ab4097ba76c5c3abc72ef62bb75" 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 930ed79

Please sign in to comment.