Skip to content

Commit

Permalink
daily dev 20241203
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Dec 3, 2024
1 parent 16b3afa commit 84c1d80
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 20241202
versionName "20241202"
versionCode 20241203
versionName "20241203"
}

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 ="406b50853375215998190d661110ae8c881a054e"
androidLibraryVersion ="e130dd81f8d3b339233df8d2c2bb7ac933a7793d"
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 @@ -8142,6 +8142,14 @@
<sha256 value="b527874a2f9bc8790fecae2e8f094a073d0a802c78c79bc1bfccf4271496b124" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="e130dd81f8d3b339233df8d2c2bb7ac933a7793d">
<artifact name="android-library-e130dd81f8d3b339233df8d2c2bb7ac933a7793d.aar">
<sha256 value="965593ab49800b6cda44f904783b8ee2cf54e627b9c4b7c4d9db23c2bb3a0db7" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-e130dd81f8d3b339233df8d2c2bb7ac933a7793d.module">
<sha256 value="8c2ee5903a3c5251ffb3017b63bb6b367f8dd40d3f4e63d4d7fa6171e5208ea7" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="e7a13d03c1e7549a301edb8b4b58d1c5dda84123">
<artifact name="android-library-e7a13d03c1e7549a301edb8b4b58d1c5dda84123.aar">
<sha256 value="57ab4fd7c922875a7e0b5feac20aa27ab5df0fd3b4e042f92ed727c0b6316e81" 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 84c1d80

Please sign in to comment.