daily dev 20241113

This commit is contained in:
Tobias Kaminsky 2024-11-13 02:46:39 +01:00
parent 267635fde8
commit a3292adc09
3 changed files with 13 additions and 2 deletions

View 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.

View file

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