Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump learningequality/kolibri-installer-android from 0.1.0 to 0.1.1 #43

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr_build_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
apk:
name: Build APK file
needs: whl
uses: learningequality/kolibri-installer-android/.github/workflows/build_apk.yml@v0.1.0
uses: learningequality/kolibri-installer-android/.github/workflows/build_apk.yml@v0.1.1
with:
tar-file-name: ${{ needs.whl.outputs.tar-file-name }}
ref: v0.1.0
4 changes: 2 additions & 2 deletions .github/workflows/release_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
apk:
name: Build Android APK
needs: whl
uses: learningequality/kolibri-installer-android/.github/workflows/build_apk.yml@v0.1.0
uses: learningequality/kolibri-installer-android/.github/workflows/build_apk.yml@v0.1.1
with:
tar-file-name: ${{ needs.whl.outputs.tar-file-name }}
release: true
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
name: Release Android App
if: ${{ !github.event.release.prerelease }}
needs: [apk, block_release_step]
uses: learningequality/kolibri-installer-android/.github/workflows/release_apk.yml@v0.1.0
uses: learningequality/kolibri-installer-android/.github/workflows/release_apk.yml@v0.1.1
with:
version-code: ${{ needs.apk.outputs.version-code }}
ref: v0.1.0
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ If you have contributed to Kolibri, feel free to add your name and Github accoun
| Alex Vélez | AlexVelezLl |
| Mazen Oweiss | moweiss |
| Eshaan Aggarwal | EshaanAgg |
| - | dependabot[bot] |