From a5be95d3418a6d14af235c0e9785ac4edc094b3f Mon Sep 17 00:00:00 2001 From: deka91 Date: Fri, 9 May 2025 13:59:00 +0200 Subject: [PATCH] Create release 1.1.1 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d03baf..2a44430 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Compatible with Android 6+ To integrate the SDK you have to add following dependency: ``` dependencies { - implementation 'io.github.opentdatach:ojp-android:1.1.0' + implementation 'io.github.opentdatach:ojp-android:1.1.1' } ``` 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 d481322..3682825 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.1.0 +VERSION=1.1.1 GROUP_ID=io.github.opentdatach ARTIFACT_ID=ojp-android # POM meta data