Skip to content

Update threading of story feed #97

Update threading of story feed

Update threading of story feed #97

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK
uses: actions/setup-java@v1
with:
java-version: 1.17
- name: Setup Android SDK Tools
uses: android-actions/setup-android@v2
- name: Build with Gradle
run: ./gradlew assembleDebug