mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update Squircle CE to 2022.2.0 (10012)
This commit is contained in:
parent
9ac4d419f4
commit
93a6e0e9b8
1 changed files with 16 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ SourceCode: https://github.com/massivemadness/Squircle-IDE
|
|||
IssueTracker: https://github.com/massivemadness/Squircle-IDE/issues
|
||||
Changelog: https://github.com/massivemadness/Squircle-IDE/releases
|
||||
|
||||
AutoName: Squircle IDE
|
||||
AutoName: Squircle CE
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/massivemadness/Squircle-IDE
|
||||
|
|
@ -81,6 +81,19 @@ Builds:
|
|||
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
|
||||
../gradle/publish.gradle
|
||||
|
||||
- versionName: 2022.2.0
|
||||
versionCode: 10012
|
||||
commit: 40884ff2d632bae5545a8c543c3e42a6fdc42b29
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
|
||||
../gradle/publish.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
App repo contains both android app and
|
||||
editor library, as well gradle recipes
|
||||
|
|
@ -97,5 +110,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^[0-9]{4}\.[0-9]{1,2}\.[0-9]{1,2}$
|
||||
CurrentVersion: 2022.1.2
|
||||
CurrentVersionCode: 10011
|
||||
CurrentVersion: 2022.2.0
|
||||
CurrentVersionCode: 10012
|
||||
|
|
|
|||
Loading…
Reference in a new issue