mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Squircle IDE to 2021.1.4 (10007)
This commit is contained in:
parent
d0ec0021d9
commit
6132898165
1 changed files with 17 additions and 2 deletions
|
|
@ -29,6 +29,21 @@ Builds:
|
||||||
- sed -i -e 's/InAppUpdateImpl(context)/InAppUpdateStub()/' -e '/InAppUpdateImpl/d'
|
- sed -i -e 's/InAppUpdateImpl(context)/InAppUpdateStub()/' -e '/InAppUpdateImpl/d'
|
||||||
src/main/kotlin/com/blacksquircle/ui/internal/di/AppModule.kt
|
src/main/kotlin/com/blacksquircle/ui/internal/di/AppModule.kt
|
||||||
|
|
||||||
|
- versionName: 2021.1.4
|
||||||
|
versionCode: 10007
|
||||||
|
commit: cfeb4a21b82621cfed4003cc6d33b567c95d1807
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- gradle/publish.gradle
|
||||||
|
- app/src/main/kotlin/com/blacksquircle/ui/utils/inappupdate/InAppUpdateImpl.kt
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/publish.gradle/d' ../editorkit/build.gradle ../languages/language-*/build.gradle
|
||||||
|
- sed -i -e '/playcore/d' build.gradle ../gradle/versions.gradle
|
||||||
|
- sed -i -e 's/InAppUpdateImpl(context)/InAppUpdateStub()/' -e '/InAppUpdateImpl/d'
|
||||||
|
src/main/kotlin/com/blacksquircle/ui/internal/di/AppModule.kt
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
App repo contains both android app and
|
App repo contains both android app and
|
||||||
editor library, as well gradle recipes
|
editor library, as well gradle recipes
|
||||||
|
|
@ -45,5 +60,5 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags ^[0-9]{4}\.[0-9]{1,2}\.[0-9]{1,2}$
|
UpdateCheckMode: Tags ^[0-9]{4}\.[0-9]{1,2}\.[0-9]{1,2}$
|
||||||
CurrentVersion: 2021.1.3
|
CurrentVersion: 2021.1.4
|
||||||
CurrentVersionCode: 10006
|
CurrentVersionCode: 10007
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue