daily dev 20240909

Update Nextcloud Android library
This commit is contained in:
Tobias Kaminsky 2024-09-09 03:44:54 +02:00
parent 3e9dbbe7ef
commit 963b84c53f
5 changed files with 17 additions and 3 deletions

View file

@ -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

View file

@ -174,8 +174,8 @@ android {
versionDev { versionDev {
applicationId "com.nextcloud.android.beta" applicationId "com.nextcloud.android.beta"
dimension "default" dimension "default"
versionCode 20240907 versionCode 20240909
versionName "20240907" versionName "20240909"
} }
qa { qa {

View file

@ -10,7 +10,7 @@
*/ */
buildscript { buildscript {
ext { ext {
androidLibraryVersion ="2abad03e6fd38905d9571e5dc0938aa3514a2224" androidLibraryVersion ="6373b2522b13fda0696be4e3a24d79cc59929daf"
androidPluginVersion = '8.6.0' androidPluginVersion = '8.6.0'
androidxMediaVersion = '1.4.0' androidxMediaVersion = '1.4.0'
androidxTestVersion = "1.6.1" androidxTestVersion = "1.6.1"

View file

@ -6134,6 +6134,14 @@
<sha256 value="1bf1482df26848a59743a94ea6ee53d4ef6f014af5a21274214ab62eb2c6a8d6" origin="Generated by Gradle" reason="Artifact is not signed"/> <sha256 value="1bf1482df26848a59743a94ea6ee53d4ef6f014af5a21274214ab62eb2c6a8d6" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact> </artifact>
</component> </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"> <component group="com.github.nextcloud" name="android-library" version="64257452e7d417d4100463516a31bf9a1e22b4bf">
<artifact name="android-library-64257452e7d417d4100463516a31bf9a1e22b4bf.aar"> <artifact name="android-library-64257452e7d417d4100463516a31bf9a1e22b4bf.aar">
<sha256 value="c6c70775d49d935e7691f43fee0ff51c2c0df03c041fd75da92cf1f0df1385a7" origin="Generated by Gradle" reason="Artifact is not signed"/> <sha256 value="c6c70775d49d935e7691f43fee0ff51c2c0df03c041fd75da92cf1f0df1385a7" origin="Generated by Gradle" reason="Artifact is not signed"/>

View file

@ -0,0 +1,2 @@
Update Nextcloud Android library