Skip to content

Commit

Permalink
daily dev 20240315
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Mar 15, 2024
1 parent a1285ec commit 3bff3de
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 20240314
versionName "20240314"
versionCode 20240315
versionName "20240315"
}

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 ="42a2a4634892e7af6453ad8fce808430189778f3"
androidLibraryVersion ="e66304e2daa2a30886f7e7764452987679533a66"
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 @@ -4059,6 +4059,14 @@
<sha256 value="dbf4aa8cb703b7282d6087795e69e8ebfe25ab8e6796f1f88d937208ad1d7641" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="e66304e2daa2a30886f7e7764452987679533a66">
<artifact name="android-library-e66304e2daa2a30886f7e7764452987679533a66.aar">
<sha256 value="9c3a87487717acd878305a00f0d6f2337b9f5512d541f7ac46b9bdb5a53020b9" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-e66304e2daa2a30886f7e7764452987679533a66.module">
<sha256 value="07b04264e680f2f1b2e6eba2b9318ef7f6ea1a558ea52c6d6811d6e5f7225ca6" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="e9f238dfcdd97a6c029e240d9fa0e5d4d1ae1d11">
<artifact name="android-library-e9f238dfcdd97a6c029e240d9fa0e5d4d1ae1d11.aar">
<sha256 value="2bae1a11ea687d92fcf6a76a52f4c20ee338e710d2281ce4cd8cae5d1e108151" 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 3bff3de

Please sign in to comment.