Skip to content

Commit

Permalink
daily dev 20240909
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Sep 9, 2024
1 parent 3e9dbbe commit 963b84c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .kotlin/errors/errors-1725845851319.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kotlin version: 2.0.20
error message: The daemon has terminated unexpectedly on startup attempt #1 with error code: 0. The daemon process output:
1. Kotlin compile daemon is ready

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 20240907
versionName "20240907"
versionCode 20240909
versionName "20240909"
}

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 ="2abad03e6fd38905d9571e5dc0938aa3514a2224"
androidLibraryVersion ="6373b2522b13fda0696be4e3a24d79cc59929daf"
androidPluginVersion = '8.6.0'
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 @@ -6134,6 +6134,14 @@
<sha256 value="1bf1482df26848a59743a94ea6ee53d4ef6f014af5a21274214ab62eb2c6a8d6" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="6373b2522b13fda0696be4e3a24d79cc59929daf">
<artifact name="android-library-6373b2522b13fda0696be4e3a24d79cc59929daf.aar">
<sha256 value="c6c70775d49d935e7691f43fee0ff51c2c0df03c041fd75da92cf1f0df1385a7" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-6373b2522b13fda0696be4e3a24d79cc59929daf.module">
<sha256 value="4864d74a289365e44c489d500e21620e6c065652bfd47fbf631ba7b70f37c717" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="64257452e7d417d4100463516a31bf9a1e22b4bf">
<artifact name="android-library-64257452e7d417d4100463516a31bf9a1e22b4bf.aar">
<sha256 value="c6c70775d49d935e7691f43fee0ff51c2c0df03c041fd75da92cf1f0df1385a7" 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 963b84c

Please sign in to comment.