Skip to content

Commit

Permalink
daily dev 20240410
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Apr 10, 2024
1 parent d0b7caf commit 13e9077
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 @@ -171,8 +171,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20240409
versionName "20240409"
versionCode 20240410
versionName "20240410"
}

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 ="06f93c8ef0a0e862cf7e4f1db71a261d6cb14d5f"
androidLibraryVersion ="75e3b0af940f6040f19a357993ca22e2660361de"
androidPluginVersion = '8.3.1'
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 @@ -4630,6 +4630,14 @@
<sha256 value="0e72841878595f83c6d8f93aa51f78a67e821f53446fcb7a5d94cfaad8ebbbac" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="75e3b0af940f6040f19a357993ca22e2660361de">
<artifact name="android-library-75e3b0af940f6040f19a357993ca22e2660361de.aar">
<sha256 value="638229c571aea3f28168a84323307806c34ef6e90459242ff115add9c6ca4a67" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-75e3b0af940f6040f19a357993ca22e2660361de.module">
<sha256 value="9e1d74d937ce3d2a107f6fa21b68957fc5bd2ef0d3aff897420a5a725d17ef04" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="8a00bdb88cf47ba533c417ab0ab449a4dbebc197">
<artifact name="android-library-8a00bdb88cf47ba533c417ab0ab449a4dbebc197.aar">
<sha256 value="4d4dde663ce61bea1d2ef519d2a7b02cfed56c49fe8bddd3a96a61e4ee49de27" 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 13e9077

Please sign in to comment.