mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
passportreader - update recipe, java17
This commit is contained in:
parent
21d2a24daf
commit
807d2f3a42
1 changed files with 7 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ Description: |-
|
|||
help me fix the issue instead of leaving negative feedback.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/tananaev/passport-reader
|
||||
Repo: https://github.com/tananaev/passport-reader.git
|
||||
|
||||
Builds:
|
||||
- versionName: '2.1'
|
||||
|
|
@ -63,9 +63,14 @@ Builds:
|
|||
versionCode: 20
|
||||
commit: 91b8146ffeda43836ce442ec65fb960646671885
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- regular
|
||||
prebuild: sed -i -e '/com.google/d' ../build.gradle
|
||||
prebuild: sed -i -e '/google-services/d' -e '/firebase-crashlytics/d' -e '/firebase.crashlytics/d'
|
||||
build.gradle ../build.gradle
|
||||
scanignore:
|
||||
- app/src/main/assets/masterList
|
||||
ndk: r23b
|
||||
|
|
|
|||
Loading…
Reference in a new issue