Skip to content

Commit

Permalink
Merge pull request #63 from openTdataCH/release/1.0.3
Browse files Browse the repository at this point in the history
Create release 1.0.3
  • Loading branch information
deka91 authored Jan 15, 2025
2 parents 7551060 + ad66c41 commit 1409960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {
- Now you can add the OJP dependency:
```
dependencies {
implementation 'com.github.openTdataCH:ojp-android:1.0.2'
implementation 'com.github.openTdataCH:ojp-android:1.0.3'
}
```
- Additionally you may need to enable coreLibraryDesugaring to use Java8 features below API 26 (we use LocalDateTime for parsing)
Expand Down
2 changes: 1 addition & 1 deletion sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
`maven-publish`
}

private val versionName = "1.0.2"
private val versionName = "1.0.3"

android {
namespace = "ch.opentransportdata.ojp"
Expand Down

0 comments on commit 1409960

Please sign in to comment.