mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Adding Simple Voice Recorder
This commit is contained in:
parent
a73155c338
commit
a96e44578d
1 changed files with 33 additions and 0 deletions
33
metadata/com.simplemobiletools.voicerecorder.yml
Normal file
33
metadata/com.simplemobiletools.voicerecorder.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
AuthorName: Tibor Kaputa
|
||||
AuthorEmail: hello@simplemobiletools.com
|
||||
WebSite: https://simplemobiletools.com
|
||||
SourceCode: https://github.com/SimpleMobileTools/Simple-Voice-Recorder
|
||||
IssueTracker: https://github.com/SimpleMobileTools/Simple-Voice-Recorder/issues
|
||||
Changelog: https://github.com/SimpleMobileTools/Simple-Voice-Recorder/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://simplemobiletools.com/donate
|
||||
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
|
||||
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
|
||||
|
||||
AutoName: Voice Recorder
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Voice-Recorder
|
||||
|
||||
Builds:
|
||||
- versionName: 5.1.0
|
||||
versionCode: 3
|
||||
commit: 5.1.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle
|
||||
- sed -i '/systemProp\.http\.proxy/d' ~/.gradle/gradle.properties
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 5.1.0
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue