Skip to content

Bump uk.uuid.slf4j:slf4j-android from 2.0.7-0 to 2.0.9-0 #351

Bump uk.uuid.slf4j:slf4j-android from 2.0.7-0 to 2.0.9-0

Bump uk.uuid.slf4j:slf4j-android from 2.0.7-0 to 2.0.9-0 #351

Workflow file for this run

name: Android CI
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Build App
uses: ./.github/actions/gradle
with:
buildType: Debug
runTests: true
keystore: ${{ secrets.RELEASE_KEYSTORE }}
keystorePassword: ${{ secrets.RELEASE_KEYSTORE_PASSWORD }}
- uses: actions/upload-artifact@v3
with:
name: ziti-mobile-edge-debug.aab
path: app/build/outputs/bundle/debug/*.aab
- uses: actions/upload-artifact@v3
with:
name: ziti-mobile-edge-debug.apk
path: app/build/outputs/apk/debug/*.apk