Skip to content

Bump joda-time:joda-time from 2.12.5 to 2.13.0 #451

Bump joda-time:joda-time from 2.12.5 to 2.13.0

Bump joda-time:joda-time from 2.12.5 to 2.13.0 #451

Workflow file for this run

name: android_tests
on: [ push, pull_request ]
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'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
# - name: Build with Gradle
# run: ./gradlew build
- name: Test with Gradle
run: ./gradlew test