From 87e8627bdfa9f78b3c9de0692f752999179aabd7 Mon Sep 17 00:00:00 2001 From: deka91 Date: Thu, 28 May 2026 10:58:31 +0200 Subject: [PATCH] Create release 1.6.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abd6319..0f5b4c4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Compatible with Android 8+ To integrate the SDK you have to add following dependency: ``` dependencies { - implementation 'io.github.opentdatach:ojp-android:1.5.1' + implementation 'io.github.opentdatach:ojp-android:1.6.0' } ``` diff --git a/gradle.properties b/gradle.properties index 0706ca7..c896a02 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.5.1 +VERSION=1.6.0 GROUP_ID=io.github.opentdatach ARTIFACT_ID=ojp-android # POM meta data