mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update EasyPasscodeLock to 1.7.10 (17304)
This commit is contained in:
parent
7c736d6a60
commit
58b0ebbe3e
1 changed files with 39 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ IssueTracker: https://codeberg.org/monocles/monocles_chat/issues
|
|||
Translation: https://translate.codeberg.org/projects/monocles_chat/monocles_chat
|
||||
Donate: https://monocles.de/more/#donation-section
|
||||
|
||||
AutoName: monocles chat
|
||||
AutoName: EasyPasscodeLock
|
||||
|
||||
RepoType: git
|
||||
Repo: https://codeberg.org/monocles/monocles_chat.git
|
||||
|
|
@ -1543,6 +1543,42 @@ Builds:
|
|||
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/Apk true/Apk false/'
|
||||
-e '/bintray-release/d' build.gradle
|
||||
|
||||
- versionName: 1.7.10
|
||||
versionCode: 17301
|
||||
commit: 9512a407cf185793c366d3b0d95c94b8b6b1208e
|
||||
gradle:
|
||||
- git
|
||||
output: build/outputs/apk/git/release/monocles*-*-git-armeabi-v7a-release-unsigned.apk
|
||||
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/Apk true/Apk false/'
|
||||
-e '/bintray-release/d' build.gradle
|
||||
|
||||
- versionName: 1.7.10
|
||||
versionCode: 17302
|
||||
commit: 9512a407cf185793c366d3b0d95c94b8b6b1208e
|
||||
gradle:
|
||||
- git
|
||||
output: build/outputs/apk/git/release/monocles*-*-git-x86-release-unsigned.apk
|
||||
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/Apk true/Apk false/'
|
||||
-e '/bintray-release/d' build.gradle
|
||||
|
||||
- versionName: 1.7.10
|
||||
versionCode: 17303
|
||||
commit: 9512a407cf185793c366d3b0d95c94b8b6b1208e
|
||||
gradle:
|
||||
- git
|
||||
output: build/outputs/apk/git/release/monocles*-*-git-x86_64-release-unsigned.apk
|
||||
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/Apk true/Apk false/'
|
||||
-e '/bintray-release/d' build.gradle
|
||||
|
||||
- versionName: 1.7.10
|
||||
versionCode: 17304
|
||||
commit: 9512a407cf185793c366d3b0d95c94b8b6b1208e
|
||||
gradle:
|
||||
- git
|
||||
output: build/outputs/apk/git/release/monocles*-*-git-arm64-v8a-release-unsigned.apk
|
||||
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/Apk true/Apk false/'
|
||||
-e '/bintray-release/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
VercodeOperation:
|
||||
|
|
@ -1550,5 +1586,5 @@ VercodeOperation:
|
|||
- 100 * %c + 2
|
||||
- 100 * %c + 3
|
||||
- 100 * %c + 4
|
||||
CurrentVersion: 1.7.9.6
|
||||
CurrentVersionCode: 17204
|
||||
CurrentVersion: 1.7.10
|
||||
CurrentVersionCode: 17304
|
||||
|
|
|
|||
Loading…
Reference in a new issue