Skip to content

Bump io.reactivex.rxjava2:rxjava from 2.2.13 to 2.2.21 in /app #149

Bump io.reactivex.rxjava2:rxjava from 2.2.13 to 2.2.21 in /app

Bump io.reactivex.rxjava2:rxjava from 2.2.13 to 2.2.21 in /app #149

Workflow file for this run

name: MeeRoo CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Build with Gradle
run: ./gradlew build