Skip to content

Bump com.mikepenz:fastadapter from 5.6.0 to 5.7.0 #47

Bump com.mikepenz:fastadapter from 5.6.0 to 5.7.0

Bump com.mikepenz:fastadapter from 5.6.0 to 5.7.0 #47

Workflow file for this run

name: Build the components
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/[email protected]
- name: Build components
run: ./gradlew assembleRelease