Skip to content

chore(deps): bump com.jetbrains.intellij.platform:util-jdom from 223.8617.58 to 232.9559.64 #2768

chore(deps): bump com.jetbrains.intellij.platform:util-jdom from 223.8617.58 to 232.9559.64

chore(deps): bump com.jetbrains.intellij.platform:util-jdom from 223.8617.58 to 232.9559.64 #2768

Workflow file for this run

---
name: Android CI
on:
push:
branches-ignore:
- dependabot/**
paths-ignore:
- LICENSE
- README.md
- SECURITY.md
- CODE_OF_CONDUCT.md
- .github/**
- fastlane/*
- app/proguard-rules.pro
pull_request:
path-ignore:
- LICENSE
- README.md
- SECURITY.md
- CODE_OF_CONDUCT.md
- .github/workflows/*
- .github/ISSUE_TEMPLATE/*
- fastlane/*
- app/proguard-rules.pro
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK 19
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: '19'
- name: Give permission to executable
run: chmod +x gradlew
- name: Build with gradle
uses: gradle/[email protected]
with:
gradle-version: nightly
arguments: assembleDebug
- name: Upload debug apk
uses: actions/upload-artifact@v3
with:
name: apk-debug
path: app/build/outputs/apk/debug/app-debug.apk