Skip to content

Fix potential exception when determining the IMA SDK version on ad start #7

Fix potential exception when determining the IMA SDK version on ad start

Fix potential exception when determining the IMA SDK version on ad start #7

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- run: ./gradlew build