mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
re-enable AnyMemo (proprietary deps were removed)
This commit is contained in:
parent
aa7a4fa284
commit
43d242cdf0
1 changed files with 24 additions and 7 deletions
|
|
@ -193,14 +193,31 @@ Builds:
|
|||
scanignore:
|
||||
- app/src/main/res/raw/gestures
|
||||
|
||||
- versionName: 10.11.7
|
||||
versionCode: 237
|
||||
commit: 10.11.7
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- freeApi16
|
||||
rm:
|
||||
- app/src/androidTest/assets/zip-test.zip
|
||||
prebuild:
|
||||
- pushd src/main/java/org/liberty/android/fantastischmemo/common
|
||||
- mv AMSecrets.java.template AMSecrets.java
|
||||
- popd
|
||||
scanignore:
|
||||
- app/src/main/res/raw/gestures
|
||||
|
||||
MaintainerNotes: |-
|
||||
* replace achartengine with sourcebuild (xlythe?)
|
||||
* clean!
|
||||
Non-free: https://github.com/helloworld1/AnyMemo/issues/436
|
||||
Non-free: https://github.com/helloworld1/AnyMemo/issues/436 -- solved, see https://github.com/helloworld1/AnyMemo/issues/519
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 10.9.993
|
||||
CurrentVersionCode: 223
|
||||
|
||||
NoSourceSince: 10.9.993
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 10.11.7
|
||||
CurrentVersionCode: 237
|
||||
|
|
|
|||
Loading…
Reference in a new issue