Skip to content

Commit

Permalink
daily dev 20241119
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Nov 19, 2024
1 parent e2cc11c commit 8c94420
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 20241118
versionName "20241118"
versionCode 20241119
versionName "20241119"
}

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 ="2e08c0a800355b1e72be602fb74453c8fc4345ec"
androidLibraryVersion ="992f309eecfb93f0a4d0102cd9b7c336b8b06c47"
androidPluginVersion = '8.7.2'
androidxMediaVersion = '1.4.1'
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 @@ -7990,6 +7990,14 @@
<sha256 value="ed0b55f31dff0db3cf4c9c4c10dd432da800ddabfe4900fcb082866fdfb7044b" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="992f309eecfb93f0a4d0102cd9b7c336b8b06c47">
<artifact name="android-library-992f309eecfb93f0a4d0102cd9b7c336b8b06c47.aar">
<sha256 value="b5b25da1c4f6746c5feb63fa43a62b1bd4be538bfb0fad2a9aa2a15a52e98c2b" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-992f309eecfb93f0a4d0102cd9b7c336b8b06c47.module">
<sha256 value="eff4ad6047feb8513f32ba5e9855eff795f8c6d4e032c1cf914ec866fdb9b6df" 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 8c94420

Please sign in to comment.