38 lines
1,008 B
YAML
38 lines
1,008 B
YAML
|
Categories:
|
||
|
- System
|
||
|
License: GPL-3.0-or-later
|
||
|
SourceCode: https://github.com/Lanchon/sigspoof-checker
|
||
|
IssueTracker: https://github.com/Lanchon/sigspoof-checker/issues
|
||
|
|
||
|
AutoName: Signature Spoofing Checker
|
||
|
Description: |-
|
||
|
This app tests the signature spoofing capability of your Android OS as required
|
||
|
by the [https://microg.org/ microG Project]. It attempts to fake its own
|
||
|
signature and reports whether it succeeds. Simply launch the app to see the
|
||
|
result of the test. You can find more information about signature spoofing
|
||
|
[https://github.com/microg/android_packages_apps_GmsCore/wiki/Signature-Spoofing
|
||
|
here].
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/Lanchon/sigspoof-checker
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.0'
|
||
|
versionCode: 1
|
||
|
commit: v1.0
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '1.1'
|
||
|
versionCode: 2
|
||
|
commit: v1.1
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '1.1'
|
||
|
CurrentVersionCode: 2
|