mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 10:29:58 +02:00
31 lines
1.1 KiB
Properties
31 lines
1.1 KiB
Properties
#Kotlin
|
|
kotlin.code.style=official
|
|
kotlin.daemon.jvmargs=-Xmx3072M
|
|
#Gradle
|
|
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
|
|
org.gradle.configuration-cache=true
|
|
org.gradle.caching=true
|
|
|
|
# Product version used by desktop packaging. Release workflows override this
|
|
# from the vMAJOR.MINOR.PATCH tag.
|
|
vnidrop.version=1.0.0
|
|
|
|
#Android
|
|
android.builtInKotlin=false
|
|
android.newDsl=false
|
|
android.nonTransitiveRClass=true
|
|
android.sourceset.disallowProvider=false
|
|
android.useAndroidX=true
|
|
|
|
# VniDrop: compile-time diagnostics/telemetry product surface.
|
|
# false → no Share-diagnostics toggle, no telemetry or crash auto-upload stack.
|
|
# Bug report UI remains available (user-initiated).
|
|
# Enable per build only when endpoint and ingest key are configured:
|
|
# ./gradlew … -Pvnidrop.diagnostics.included=true
|
|
vnidrop.diagnostics.included=false
|
|
# Cloudflare Worker base URL (no trailing slash). Both endpoint/key empty → NoOp transport.
|
|
# Example: https://vnidrop-diagnostics.<subdomain>.workers.dev
|
|
vnidrop.diagnostics.endpoint=
|
|
# Shared ingest key (must match Worker secret INGEST_KEY). Keep blank in VCS; use user-level/CI properties.
|
|
vnidrop.diagnostics.ingestKey=
|