mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Squircle IDE to 2022.1.1 (10010)
This commit is contained in:
parent
96bc3dd628
commit
a0f63775c3
1 changed files with 15 additions and 2 deletions
|
|
@ -55,6 +55,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.1
|
||||
versionCode: 10010
|
||||
commit: e2965598a16b110baae0ad764c332e8f43ab57fd
|
||||
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
|
||||
|
|
@ -71,5 +84,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^[0-9]{4}\.[0-9]{1,2}\.[0-9]{1,2}$
|
||||
CurrentVersion: 2022.1.0
|
||||
CurrentVersionCode: 10009
|
||||
CurrentVersion: 2022.1.1
|
||||
CurrentVersionCode: 10010
|
||||
|
|
|
|||
Loading…
Reference in a new issue