syncstuff/.github/copilot-instructions.md
2025-07-14 00:15:51 +02:00

334 B

We use Java 21 (eclipse-temurin:21-jdk-jammy) to build the app via gradle.

Only use the "debug" flavor of the app when you make builds. You cannot build "release" as the signing keys are not part of the repository.

Do not try to upgrade the kotlin version in "gradle/libs.versions.toml", it will throw a lot of warnings and errors.