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