Skip to content

implement adaptive navigation, target sdk 35 and edge-to-edge, fill nav suite item when selected, and don't set transitions to null when trying to override + dependency updates and add/update .idea xmls #172

implement adaptive navigation, target sdk 35 and edge-to-edge, fill nav suite item when selected, and don't set transitions to null when trying to override + dependency updates and add/update .idea xmls

implement adaptive navigation, target sdk 35 and edge-to-edge, fill nav suite item when selected, and don't set transitions to null when trying to override + dependency updates and add/update .idea xmls #172

Workflow file for this run

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