From 81d1637530e022f8cf02bef9dc0b656eeec44a32 Mon Sep 17 00:00:00 2001 From: nicoti8m Date: Tue, 30 Sep 2025 13:07:25 +0200 Subject: [PATCH] Create release 1.3.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04cdc3e..0f070f7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Compatible with Android 6+ To integrate the SDK you have to add following dependency: ``` dependencies { - implementation 'io.github.opentdatach:ojp-android:1.2.1' + implementation 'io.github.opentdatach:ojp-android:1.3.0' } ``` Additionally you may need to enable coreLibraryDesugaring to use Java8 features below API 26 (we use LocalDateTime for parsing) diff --git a/gradle.properties b/gradle.properties index 2292b7b..73dc119 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true # Project information -VERSION=1.2.1 +VERSION=1.3.0 GROUP_ID=io.github.opentdatach ARTIFACT_ID=ojp-android # POM meta data