Skip to content

Commit

Permalink
daily dev 20240406
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Apr 6, 2024
1 parent fc06ec6 commit 18d63a3
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 @@ -171,8 +171,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20240405
versionName "20240405"
versionCode 20240406
versionName "20240406"
}

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 ="17a65c2e37de96c31b4a92c8ff7d0dee1010a1e5"
androidLibraryVersion ="06f93c8ef0a0e862cf7e4f1db71a261d6cb14d5f"
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 @@ -4537,6 +4537,14 @@
<sha256 value="6a91a2139a3cae8126c509cf65d136d49c35cb032b581ac1a56cb6a649cc0245" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="06f93c8ef0a0e862cf7e4f1db71a261d6cb14d5f">
<artifact name="android-library-06f93c8ef0a0e862cf7e4f1db71a261d6cb14d5f.aar">
<sha256 value="638229c571aea3f28168a84323307806c34ef6e90459242ff115add9c6ca4a67" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-06f93c8ef0a0e862cf7e4f1db71a261d6cb14d5f.module">
<sha256 value="75a759220eca62477ee4f66d16db43eedc5915dcd1d2f8b3f93a02c47bcaf73f" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="0c886d61f6">
<artifact name="android-library-0c886d61f6.aar">
<sha256 value="9c3a87487717acd878305a00f0d6f2337b9f5512d541f7ac46b9bdb5a53020b9" 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 18d63a3

Please sign in to comment.