mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 15:33:00 +03:00
daily dev 20241113
This commit is contained in:
parent
267635fde8
commit
a3292adc09
3 changed files with 13 additions and 2 deletions
10
.kotlin/errors/errors-1731461860305.log
Normal file
10
.kotlin/errors/errors-1731461860305.log
Normal file
|
@ -0,0 +1,10 @@
|
|||
kotlin version: 2.0.21
|
||||
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
|
||||
|
||||
error message: The daemon has terminated unexpectedly on startup attempt #2 with error code: 0. The daemon process output:
|
||||
1. Kotlin compile daemon is ready
|
||||
Problems may have occurred during auto-selection of GC. The preferred GC is Parallel GC.
|
||||
If the problems persist, try adding the JVM option to the Kotlin daemon JVM arguments: -XX:-UseParallelGC.
|
||||
GC auto-selection logic is disabled temporary for the next daemon startup.
|
||||
|
|
@ -174,8 +174,8 @@ android {
|
|||
versionDev {
|
||||
applicationId "com.nextcloud.android.beta"
|
||||
dimension "default"
|
||||
versionCode 20241112
|
||||
versionName "20241112"
|
||||
versionCode 20241113
|
||||
versionName "20241113"
|
||||
}
|
||||
|
||||
qa {
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
|
Loading…
Reference in a new issue