mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
misc fixes
This commit is contained in:
parent
424a81d2bd
commit
c2f014167b
5 changed files with 8 additions and 12 deletions
|
|
@ -111,6 +111,10 @@ Builds:
|
|||
- versionName: 1.3.0
|
||||
versionCode: 8
|
||||
commit: v1.3.0
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.2
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ Builds:
|
|||
|
||||
- versionName: 0.7.3
|
||||
versionCode: 13
|
||||
disable: https://github.com/evilcorpltd/aTox/issues/933
|
||||
commit: 73751d1c0e9eaeaafbf38a938afd652d98ee9772
|
||||
subdir: atox
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ Builds:
|
|||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- exodus_fdroid
|
||||
- exodus
|
||||
|
||||
AutoUpdateMode: Version release-v%v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
|
|
@ -48,17 +48,6 @@ Builds:
|
|||
- libraries/json/test
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 1.0.9
|
||||
versionCode: 190010009
|
||||
commit: a99ce72e216e52d54b73e50ddeb84c06dd3b76ea
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- libraries/json/test
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.9
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Remmer Wilts
|
||||
SourceCode: https://gitlab.com/remmer.wilts/ipfs-lite
|
||||
IssueTracker: https://gitlab.com/remmer.wilts/ipfs-lite/issues
|
||||
|
||||
|
|
@ -377,6 +378,7 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: echo -e "\norg.gradle.jvmargs=-Xmx4096m" >> ../gradle.properties
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue