Skip to content

Revamped the Settings Screen UI #29

Revamped the Settings Screen UI

Revamped the Settings Screen UI #29

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
- '!master'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build