diff --git a/README.md b/README.md index d58d199..e6085e1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Compatible with Android 8+ To integrate the SDK you have to add following dependency: ``` dependencies { - implementation 'io.github.opentdatach:ojp-android:1.3.5' + implementation 'io.github.opentdatach:ojp-android:1.3.6' } ``` diff --git a/gradle.properties b/gradle.properties index 42a77a6..bdc621c 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.3.5 +VERSION=1.3.6 GROUP_ID=io.github.opentdatach ARTIFACT_ID=ojp-android # POM meta data