Skip to content

Bump com.microsoft.identity.client:msal from 4.9.2 to 4.10.0 in /src/app #64

Bump com.microsoft.identity.client:msal from 4.9.2 to 4.10.0 in /src/app

Bump com.microsoft.identity.client:msal from 4.9.2 to 4.10.0 in /src/app #64

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@v4
- 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