mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Adding Simple Dialer
This commit is contained in:
parent
36ee19e1c0
commit
aa18d67a06
1 changed files with 33 additions and 0 deletions
33
metadata/com.simplemobiletools.dialer.yml
Normal file
33
metadata/com.simplemobiletools.dialer.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-Dialer
|
||||
IssueTracker: https://github.com/SimpleMobileTools/Simple-Dialer/issues
|
||||
Changelog: https://github.com/SimpleMobileTools/Simple-Dialer/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://simplemobiletools.com/donate
|
||||
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
|
||||
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
|
||||
|
||||
AutoName: Dialer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Dialer
|
||||
|
||||
Builds:
|
||||
- versionName: 5.0.0
|
||||
versionCode: 1
|
||||
commit: 5.0.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.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue