Skip to content

Commit

Permalink
daily dev 20240318
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Mar 18, 2024
1 parent 620c7fe commit 0bf7ae2
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 20240317
versionName "20240317"
versionCode 20240318
versionName "20240318"
}

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 ="e66304e2daa2a30886f7e7764452987679533a66"
androidLibraryVersion ="40c50e8fa906efa52684627f4f1bbedef679ad4f"
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 @@ -4019,6 +4019,14 @@
<sha256 value="b4f19aae9d8687651cf8f760cb89be155cfa0a9aed818cb50cfbcb15f36c9f2d" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="40c50e8fa906efa52684627f4f1bbedef679ad4f">
<artifact name="android-library-40c50e8fa906efa52684627f4f1bbedef679ad4f.aar">
<sha256 value="9c3a87487717acd878305a00f0d6f2337b9f5512d541f7ac46b9bdb5a53020b9" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-40c50e8fa906efa52684627f4f1bbedef679ad4f.module">
<sha256 value="4ef80718badcfcae0a9a47ab6ec7c1d87d607e1f418dc32781fb70eefd71d011" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="42a2a4634892e7af6453ad8fce808430189778f3">
<artifact name="android-library-42a2a4634892e7af6453ad8fce808430189778f3.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 0bf7ae2

Please sign in to comment.