mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
TouchHelper: 2022.04.28
This commit is contained in:
parent
29874e1745
commit
13b4a1758d
1 changed files with 40 additions and 0 deletions
40
metadata/com.zfdang.touchhelper.yml
Normal file
40
metadata/com.zfdang.touchhelper.yml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
AuthorName: Zhengfa Dang
|
||||
AuthorWebSite: https://zfdang.com
|
||||
WebSite: https://touchhelper.zfdang.com
|
||||
SourceCode: https://github.com/zfdang/Android-Touch-Helper
|
||||
IssueTracker: https://github.com/zfdang/Android-Touch-Helper/issues
|
||||
Donate: https://touchhelper.zfdang.com/#%E6%94%AF%E6%8C%81%E4%BD%9C%E8%80%85
|
||||
|
||||
AutoName: 开屏跳过
|
||||
Summary: Skip app open ads
|
||||
Description: Skip the app open ads with AccessibilityService. No Internet permission
|
||||
required! No storage permission required! No privacy issue!
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/zfdang/Android-Touch-Helper
|
||||
|
||||
Builds:
|
||||
- versionName: 2022.04.28
|
||||
versionCode: 241
|
||||
commit: de32af8484d34b447cfb2c873be584f00a92b02a
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- docs
|
||||
prebuild:
|
||||
- sed -i -e '/versionName/s/appVersion/"$$VERSION$$"/' build.gradle
|
||||
- sed -i -e '/STORAGE/d' src/main/AndroidManifest.xml
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: '|tag-(\d+)|docs/README.md|TouchHelper-release-v([\d.]+).apk'
|
||||
CurrentVersion: 22.04.28
|
||||
CurrentVersionCode: 241
|
||||
Loading…
Reference in a new issue