Skip to content

Build(deps): bump com.google.accompanist:accompanist-systemuicontroller #173

Build(deps): bump com.google.accompanist:accompanist-systemuicontroller

Build(deps): bump com.google.accompanist:accompanist-systemuicontroller #173

Workflow file for this run

name: ci-prod.yml
on:
push:
branches: [ main ]
jobs:
# apk:
# name: Generate APK
# runs-on: ubuntu-latest
#
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: set up JDK 11
# uses: actions/setup-java@v1
# with:
# java-version: '11'
# distribution: 'temurin'
# cache: gradle
# - name: Build debug APK
# run: bash ./gradlew assembleDebug --stacktrace
# - name: Upload APK
# uses: actions/upload-artifact@v3
# with:
# name: app
# path: app/build/outputs/apk/debug/app-debug.apk