Skip to content

Commit

Permalink
daily dev 20240302
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Mar 2, 2024
1 parent 6935303 commit d0b5ea0
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 20240301
versionName "20240301"
versionCode 20240302
versionName "20240302"
}

qa {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
daggerVersion = "2.51"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="f8bebf237680bb04a566c9555776a035f8040a4e"
androidLibraryVersion ="f50e8e39bda03afdfa8a105bc2c322a698c4b1e5"
mockitoVersion = "4.11.0"
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.13.10"
Expand Down
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3864,6 +3864,14 @@
<sha256 value="fb90434eefdf0540aa685dd01c8605c8f65d5a0f44e5713cd65e9f75a0c89038" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="f50e8e39bda03afdfa8a105bc2c322a698c4b1e5">
<artifact name="android-library-f50e8e39bda03afdfa8a105bc2c322a698c4b1e5.aar">
<sha256 value="adec67393e6d6a05d1d96ed4e4dd2e675999e43ca544ea069cee1dbac4d3132c" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-f50e8e39bda03afdfa8a105bc2c322a698c4b1e5.module">
<sha256 value="06c47f7f6cb789960ec4b327d4194d8a4004914fec1b104bb5ed13ab249ac891" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="f8bebf237680bb04a566c9555776a035f8040a4e">
<artifact name="android-library-f8bebf237680bb04a566c9555776a035f8040a4e.aar">
<sha256 value="7592d0d821f8698b511b9038c526c19880a1965347b2b5500f9b8e19697711ae" 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 d0b5ea0

Please sign in to comment.