Skip to content

Commit

Permalink
daily dev 20240313
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Mar 13, 2024
1 parent 4869645 commit 63e1d08
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 @@ -161,8 +161,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20240310
versionName "20240310"
versionCode 20240313
versionName "20240313"
}

qa {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
androidLibraryVersion ="0c886d61f63e1c7c3390c54ddca23900708dd956"
androidLibraryVersion ="851a47a43b2eba9b9ab155e45611f976b0e828f2"
androidPluginVersion = '8.3.0'
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 @@ -3997,6 +3997,14 @@
<sha256 value="9f393a3c30d140de3ad9260cefbde105d8a8a24312953e28142733e0de5019cf" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="851a47a43b2eba9b9ab155e45611f976b0e828f2">
<artifact name="android-library-851a47a43b2eba9b9ab155e45611f976b0e828f2.aar">
<sha256 value="9c3a87487717acd878305a00f0d6f2337b9f5512d541f7ac46b9bdb5a53020b9" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-851a47a43b2eba9b9ab155e45611f976b0e828f2.module">
<sha256 value="6bc25c181881edee7f7e21af9865fcf30d9ae8f859604bfb0ac64e29abe34def" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="acc7df66e4a43ed7f450136c13753f2743fb245e">
<artifact name="android-library-acc7df66e4a43ed7f450136c13753f2743fb245e.aar">
<sha256 value="f30c2d22c923c6ff8c605eb4cf713cfaf49eb967611f70dc3d139725b0891483" 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 63e1d08

Please sign in to comment.