Skip to content

Commit

Permalink
update README.md and licenses.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vkanellopoulos committed Nov 11, 2024
1 parent 010d147 commit abb7a24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ file.
```kotlin
dependencies {
// EUDI Wallet RQES service library
implementation("eu.europa.ec.eudi:eudi-lib-android-rqes-core:0.0.1-SNAPSHOT")
implementation("eu.europa.ec.eudi:eudi-lib-android-rqes-core:0.0.2-SNAPSHOT")
}
```

Expand Down
12 changes: 8 additions & 4 deletions licenses.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@

# EUDI RQES Core library for Android
## Dependency License Report
_2024-11-11 15:24:00 EET_
_2024-11-11 18:43:02 EET_
## Apache License, Version 2.0

**1** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib` **Version:** `2.0.20`
**1** **Group:** `io.ktor` **Name:** `ktor-client-android` **Version:** `2.3.6`
> - **POM Project URL**: [https://github.com/ktorio/ktor](https://github.com/ktorio/ktor)
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
**2** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib` **Version:** `2.0.20`
> - **POM Project URL**: [https://kotlinlang.org/](https://kotlinlang.org/)
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
**2** **Group:** `org.jetbrains.kotlinx` **Name:** `kotlinx-datetime` **Version:** `0.6.0`
**3** **Group:** `org.jetbrains.kotlinx` **Name:** `kotlinx-datetime` **Version:** `0.6.0`
> - **POM Project URL**: [https://github.com/Kotlin/kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime)
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
**3** **Group:** `org.jetbrains.kotlinx` **Name:** `kotlinx-io-core` **Version:** `0.4.0`
**4** **Group:** `org.jetbrains.kotlinx` **Name:** `kotlinx-io-core` **Version:** `0.4.0`
> - **POM Project URL**: [https://github.com/Kotlin/kotlinx-io](https://github.com/Kotlin/kotlinx-io)
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
Expand Down

0 comments on commit abb7a24

Please sign in to comment.