Fix Droid-ify build directory

This commit is contained in:
LooKeR 2023-10-01 11:13:10 +00:00 committed by linsui
parent 5dd472771a
commit 1a904a563c

View file

@ -195,8 +195,21 @@ Builds:
gradle:
- yes
- versionName: 0.5.9 Patch 1
versionCode: 591
commit: b6498daf45e4c3bf5231563c2a12ade9e4fbd5bd
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes
scandelete:
- build-logic/structure/build
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
UpdateCheckData: buildSrc/src/main/kotlin/Android.kt|versionCode\s=\s(\d+)|.|versionName\s=\s"([\d.]+)"
CurrentVersion: 0.5.8.3
CurrentVersionCode: 583
UpdateCheckData: build-logic/structure/src/main/kotlin/DefaultConfig.kt|versionCode\s=\s(\d+)|.|versionName\s=\s"([^"]+)"
CurrentVersion: 0.5.9 Patch 1
CurrentVersionCode: 591