mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
moegirlview: add 2.3.3
This commit is contained in:
parent
11602cf1ac
commit
31494df640
1 changed files with 36 additions and 0 deletions
36
metadata/com.moegirlviewer.yml
Normal file
36
metadata/com.moegirlviewer.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
License: MIT
|
||||
AuthorName: こはるびより
|
||||
AuthorEmail: 2665611998@qq.com
|
||||
AuthorWebSite: https://koharubiyori.github.io
|
||||
SourceCode: https://github.com/koharubiyori/Moegirl-plus-native
|
||||
IssueTracker: https://github.com/koharubiyori/Moegirl-plus-native/issues
|
||||
Changelog: https://github.com/koharubiyori/Moegirl-plus-native/releases
|
||||
|
||||
AutoName: Moegirl+
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/koharubiyori/Moegirl-plus-native
|
||||
|
||||
Builds:
|
||||
- versionName: 2.3.3
|
||||
versionCode: 2220
|
||||
commit: ef65a9efaa7b58ad12a2ac1a617fae4e6a51b6eb
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- moegirl
|
||||
prebuild:
|
||||
- sed -i -e '/keystoreProperties/d' -e 's/enable true/enable false/' build.gradle
|
||||
- sed -i -e '/{ checkNewVersion() }/d' src/main/java/com/moegirlviewer/initialization/onComposeCreated.kt
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.3.3
|
||||
CurrentVersionCode: 2220
|
||||
Loading…
Reference in a new issue