Skip to content

Bump com.microsoft.graph:microsoft-graph from 5.62.0 to 5.66.0 in /src/app #40

Bump com.microsoft.graph:microsoft-graph from 5.62.0 to 5.66.0 in /src/app

Bump com.microsoft.graph:microsoft-graph from 5.62.0 to 5.66.0 in /src/app #40

Workflow file for this run

name: Android CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
defaults:
run:
working-directory: src/
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: gradle
- name: Copy settings file
run: |
cp msal_config.example.json ./app/src/main/res/raw/msal_config.json
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build