Skip to content

Commit

Permalink
daily dev 20240926
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Sep 26, 2024
1 parent c132553 commit ef06a0c
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 @@ -174,8 +174,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20240925
versionName "20240925"
versionCode 20240926
versionName "20240926"
}

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 ="85c97ea2415a78b32c447a5923a7eda2ef4f2757"
androidLibraryVersion ="97408b03a06fb3bc39a7abd303742a5f26a22241"
androidPluginVersion = '8.6.1'
androidxMediaVersion = '1.4.0'
androidxTestVersion = "1.6.1"
Expand Down
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6207,6 +6207,14 @@
<sha256 value="bcfffb8b54dd45b4722a71fae71399f70b0a47ad6c78be705281c91dfd8a04e8" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="97408b03a06fb3bc39a7abd303742a5f26a22241">
<artifact name="android-library-97408b03a06fb3bc39a7abd303742a5f26a22241.aar">
<sha256 value="c6c70775d49d935e7691f43fee0ff51c2c0df03c041fd75da92cf1f0df1385a7" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-97408b03a06fb3bc39a7abd303742a5f26a22241.module">
<sha256 value="ed0b55f31dff0db3cf4c9c4c10dd432da800ddabfe4900fcb082866fdfb7044b" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="9fdcd0af0ff910086281f32e3b8ef74490671149">
<artifact name="android-library-9fdcd0af0ff910086281f32e3b8ef74490671149.aar">
<sha256 value="57ab4fd7c922875a7e0b5feac20aa27ab5df0fd3b4e042f92ed727c0b6316e81" 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 ef06a0c

Please sign in to comment.