Skip to content

Bump com.github.matomo-org:matomo-sdk-android from 4.1.4 to 4.3.1 #206

Bump com.github.matomo-org:matomo-sdk-android from 4.1.4 to 4.3.1

Bump com.github.matomo-org:matomo-sdk-android from 4.1.4 to 4.3.1 #206

Workflow file for this run

name: Build application
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon