mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
Update Squircle IDE to 2022.1.0 (10009)
This commit is contained in:
parent
961754d4d9
commit
32b14d85a6
1 changed files with 15 additions and 2 deletions
|
|
@ -42,6 +42,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.1.0
|
||||
versionCode: 10009
|
||||
commit: f236f1f6c5a9efbeb4cef24e8eb55fe0bedabc79
|
||||
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
|
||||
|
|
@ -58,5 +71,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^[0-9]{4}\.[0-9]{1,2}\.[0-9]{1,2}$
|
||||
CurrentVersion: 2021.1.4
|
||||
CurrentVersionCode: 10007
|
||||
CurrentVersion: 2022.1.0
|
||||
CurrentVersionCode: 10009
|
||||
|
|
|
|||
Loading…
Reference in a new issue