mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
fix lint
This commit is contained in:
parent
abef74ddbb
commit
c2329e751b
2 changed files with 2 additions and 12 deletions
|
|
@ -49,17 +49,6 @@ Builds:
|
|||
- ./scripts/build-x86_64-linux-android -j$(nproc) release
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 0.7.1
|
||||
versionCode: 11
|
||||
commit: c6d95765865cc88e449401918cb607d8623d3097
|
||||
subdir: atox
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.7.1
|
||||
|
|
|
|||
|
|
@ -155,7 +155,8 @@ Builds:
|
|||
scandelete:
|
||||
- etc/*.gz
|
||||
|
||||
MaintainerNotes: Must run gradle in the root path because relative path is used in app/build.gradle.
|
||||
MaintainerNotes: Must run gradle in the root path because relative path is used in
|
||||
app/build.gradle.
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags foss-*
|
||||
|
|
|
|||
Loading…
Reference in a new issue