Skip to content

Commit

Permalink
daily dev 20240518
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed May 18, 2024
1 parent c0314e7 commit 8a1c662
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 20240517
versionName "20240517"
versionCode 20240518
versionName "20240518"
}

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 ="e7a13d03c1e7549a301edb8b4b58d1c5dda84123"
androidLibraryVersion ="27edc395efa0e6b6a3faef66a8ea7990ec217927"
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 @@ -5738,6 +5738,14 @@
<sha256 value="14439063798d3d6e034cdf8bb9727132c4776e1e7ee6d364afbdada934865b98" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="27edc395efa0e6b6a3faef66a8ea7990ec217927">
<artifact name="android-library-27edc395efa0e6b6a3faef66a8ea7990ec217927.aar">
<sha256 value="57ab4fd7c922875a7e0b5feac20aa27ab5df0fd3b4e042f92ed727c0b6316e81" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-27edc395efa0e6b6a3faef66a8ea7990ec217927.module">
<sha256 value="5936d935611c26d0bf4c203befd72df7726722acb9a06fd0cf722ca9236b4d67" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="2b1da4cb14e2cd4b79e231b0be54e0bae699f143">
<artifact name="android-library-2b1da4cb14e2cd4b79e231b0be54e0bae699f143.aar">
<sha256 value="bdc44e874f1e14338213ae5723e71710940a31416ff1c52c9eb2f282e5d3f29a" 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 8a1c662

Please sign in to comment.