Skip to content

Update AGP 8.1.3 and SDK level 34 #31

Update AGP 8.1.3 and SDK level 34

Update AGP 8.1.3 and SDK level 34 #31

Workflow file for this run

name: Android CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run Clean
run: ./gradlew clean
- name: Run build compatibility test
run: ./gradlew assembleDebug