diff --git a/README.md b/README.md index 0f070f7..3b74586 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.3.0' + implementation 'io.github.opentdatach:ojp-android:1.3.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 73dc119..c0469a7 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.0 +VERSION=1.3.1 GROUP_ID=io.github.opentdatach ARTIFACT_ID=ojp-android # POM meta data diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index afd10cf..c690a48 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.9.1" +agp = "8.13.0" assertk = "0.28.1" desugar_jdk_libs = "2.1.5" kotlin = "2.2.0" @@ -7,7 +7,6 @@ coreKtx = "1.15.0" junit = "4.13.2" extJunit = "1.2.1" kotlinxCoroutinesTest = "1.8.0" -robolectric = "4.16" xmlUtil = "0.91.2" timber = "5.0.1" koin = "3.5.3" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 47dc3b6..37b7a95 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Mon Apr 08 10:43:31 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle.kts b/settings.gradle.kts index bef9c7c..44bba45 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -2,17 +2,14 @@ pluginManagement { repositories { google() mavenCentral() - mavenLocal() gradlePluginPortal() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { - flatDir { dirs("${rootDir}/libs") } google() mavenCentral() - mavenLocal() maven { setUrl("http://oss.sonatype.org/content/repositories/snapshots") isAllowInsecureProtocol = true