mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update Calliope mini
This commit is contained in:
parent
bdaad9431b
commit
989f50ab5f
1 changed files with 17 additions and 6 deletions
|
|
@ -4,9 +4,9 @@ License: MIT
|
|||
AuthorName: Calliope GmbH
|
||||
AuthorEmail: help@calliope.cc
|
||||
WebSite: https://calliope.cc/
|
||||
SourceCode: https://github.com/Amerlander/Calliope-Android-App
|
||||
IssueTracker: https://github.com/Amerlander/Calliope-Android-App/issues
|
||||
Changelog: https://github.com/Amerlander/Calliope-Android-App/releases
|
||||
SourceCode: https://github.com/calliope-edu/Calliope-Android-App
|
||||
IssueTracker: https://github.com/calliope-edu/Calliope-Android-App/issues
|
||||
Changelog: https://github.com/calliope-edu/Calliope-Android-App/releases
|
||||
|
||||
AutoName: Calliope mini
|
||||
Description: |-
|
||||
|
|
@ -15,7 +15,7 @@ Description: |-
|
|||
It supports direct upload from the calliope MakeCode editor as well as from the Nepo editor.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Amerlander/Calliope-Android-App
|
||||
Repo: https://github.com/calliope-edu/Calliope-Android-App
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
|
|
@ -25,7 +25,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.1.2
|
||||
versionCode: 12
|
||||
commit: 1.1.2.1
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 7
|
||||
CurrentVersion: 1.1.2
|
||||
CurrentVersionCode: 12
|
||||
|
|
|
|||
Loading…
Reference in a new issue