mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
FreeDCam: enable submodules
This commit is contained in:
parent
bf6b4cd11f
commit
96673a6f62
1 changed files with 3 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ Categories:
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
SourceCode: https://github.com/KillerInk/FreeDcam
|
SourceCode: https://github.com/KillerInk/FreeDcam
|
||||||
IssueTracker: https://github.com/KillerInk/FreeDcam/issues
|
IssueTracker: https://github.com/KillerInk/FreeDcam/issues
|
||||||
|
Changelog: https://github.com/KillerInk/FreeDcam/releases
|
||||||
|
|
||||||
AutoName: FreeDCam
|
AutoName: FreeDCam
|
||||||
|
|
||||||
|
|
@ -69,16 +70,16 @@ Builds:
|
||||||
|
|
||||||
- versionName: 4.3.52
|
- versionName: 4.3.52
|
||||||
versionCode: 252
|
versionCode: 252
|
||||||
disable: https://github.com/KillerInk/FreeDcam/issues/178
|
|
||||||
commit: 7447bbb515436f48d4bbd33f6171b3ff793fcf7c
|
commit: 7447bbb515436f48d4bbd33f6171b3ff793fcf7c
|
||||||
subdir: app
|
subdir: app
|
||||||
|
submodules: true
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update || apt-get update
|
- apt-get update || apt-get update
|
||||||
- apt-get install -y openjdk-11-jdk-headless
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
- update-alternatives --auto java
|
- update-alternatives --auto java
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
ndk: r12b
|
ndk: r21e
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue