Merge branch 'com.aefyr.sai' into 'master'
New App: com.aefyr.sai Closes rfp#1044 See merge request fdroid/fdroiddata!5113
This commit is contained in:
commit
ab2f41abfa
37
metadata/com.aefyr.sai.fdroid.yml
Normal file
37
metadata/com.aefyr.sai.fdroid.yml
Normal file
|
@ -0,0 +1,37 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Aefyr
|
||||
SourceCode: https://github.com/Aefyr/SAI
|
||||
IssueTracker: https://github.com/Aefyr/SAI/issues
|
||||
Changelog: https://github.com/Aefyr/SAI/releases
|
||||
|
||||
AutoName: SAI
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Aefyr/SAI
|
||||
|
||||
Builds:
|
||||
- versionName: '1.27'
|
||||
versionCode: 28
|
||||
commit: '1.27'
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
srclibs:
|
||||
- aefyr-android-filepicker@d7d923f8f58f89c732f31059d74952d7dcefb288
|
||||
rm:
|
||||
- app/libs/filepicker-release.aar
|
||||
prebuild:
|
||||
- sed -i -e '/maven/,+2d' -e '/io.fabric/d' ../build.gradle
|
||||
- sed -i -e '/io.fabric/d' build.gradle
|
||||
build:
|
||||
- pushd $$aefyr-android-filepicker$$
|
||||
- gradle assembleRelease
|
||||
- popd
|
||||
- cp $$aefyr-android-filepicker$$/build/outputs/aar/filepicker-release.aar libs/filepicker-release.aar
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.27'
|
||||
CurrentVersionCode: 28
|
4
srclibs/aefyr-android-filepicker.txt
Normal file
4
srclibs/aefyr-android-filepicker.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/Aefyr/android-filepicker
|
||||
|
||||
Subdir:filepicker
|
Loading…
Reference in a new issue