mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
daily dev 20240911
Update Nextcloud Android library
This commit is contained in:
parent
0c20b5f635
commit
8eca73599e
5 changed files with 17 additions and 3 deletions
4
.kotlin/errors/errors-1726018659146.log
Normal file
4
.kotlin/errors/errors-1726018659146.log
Normal 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
|
||||
|
|
@ -174,8 +174,8 @@ android {
|
|||
versionDev {
|
||||
applicationId "com.nextcloud.android.beta"
|
||||
dimension "default"
|
||||
versionCode 20240909
|
||||
versionName "20240909"
|
||||
versionCode 20240911
|
||||
versionName "20240911"
|
||||
}
|
||||
|
||||
qa {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
buildscript {
|
||||
ext {
|
||||
androidLibraryVersion ="6373b2522b13fda0696be4e3a24d79cc59929daf"
|
||||
androidLibraryVersion ="d1d31645733eddf6c1dd8e47712ea7daa11709d3"
|
||||
androidPluginVersion = '8.6.0'
|
||||
androidxMediaVersion = '1.4.0'
|
||||
androidxTestVersion = "1.6.1"
|
||||
|
|
|
@ -6326,6 +6326,14 @@
|
|||
<sha256 value="c7686ef2125d141196bb3e1937a12f0647e5300accc132ddc11dfe37f9db66f2" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.github.nextcloud" name="android-library" version="d1d31645733eddf6c1dd8e47712ea7daa11709d3">
|
||||
<artifact name="android-library-d1d31645733eddf6c1dd8e47712ea7daa11709d3.aar">
|
||||
<sha256 value="c6c70775d49d935e7691f43fee0ff51c2c0df03c041fd75da92cf1f0df1385a7" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
<artifact name="android-library-d1d31645733eddf6c1dd8e47712ea7daa11709d3.module">
|
||||
<sha256 value="22d506bcb156af48454dc94bac759a1b0f893af9f3ad723386ed452bb43f22ef" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.github.nextcloud" name="android-library" version="d280f2b11e5b00048677c85a795d262c1bfe5dda">
|
||||
<artifact name="android-library-d280f2b11e5b00048677c85a795d262c1bfe5dda.aar">
|
||||
<sha256 value="c6c70775d49d935e7691f43fee0ff51c2c0df03c041fd75da92cf1f0df1385a7" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
Update Nextcloud Android library
|
Loading…
Reference in a new issue