Skip to content

Handle new intent when a link is shared from another app using long press #534

Handle new intent when a link is shared from another app using long press

Handle new intent when a link is shared from another app using long press #534

name: Google Play
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build Slions Google Play variants
run: ./gradlew assembleSlionsFullPlaystore