mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
AuthorName: Calliope GmbH
|
||||||
AuthorEmail: help@calliope.cc
|
AuthorEmail: help@calliope.cc
|
||||||
WebSite: https://calliope.cc/
|
WebSite: https://calliope.cc/
|
||||||
SourceCode: https://github.com/Amerlander/Calliope-Android-App
|
SourceCode: https://github.com/calliope-edu/Calliope-Android-App
|
||||||
IssueTracker: https://github.com/Amerlander/Calliope-Android-App/issues
|
IssueTracker: https://github.com/calliope-edu/Calliope-Android-App/issues
|
||||||
Changelog: https://github.com/Amerlander/Calliope-Android-App/releases
|
Changelog: https://github.com/calliope-edu/Calliope-Android-App/releases
|
||||||
|
|
||||||
AutoName: Calliope mini
|
AutoName: Calliope mini
|
||||||
Description: |-
|
Description: |-
|
||||||
|
|
@ -15,7 +15,7 @@ Description: |-
|
||||||
It supports direct upload from the calliope MakeCode editor as well as from the Nepo editor.
|
It supports direct upload from the calliope MakeCode editor as well as from the Nepo editor.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/Amerlander/Calliope-Android-App
|
Repo: https://github.com/calliope-edu/Calliope-Android-App
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 1.0.1
|
- versionName: 1.0.1
|
||||||
|
|
@ -25,7 +25,18 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- 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
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.0.1
|
CurrentVersion: 1.1.2
|
||||||
CurrentVersionCode: 7
|
CurrentVersionCode: 12
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue