diff --git a/build.gradle b/build.gradle index bf7de48..53b2d52 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext.kotlin_version = '1.9.22' - ext.ausweisapp_version = '2.1.0' + ext.ausweisapp_version = '2.1.1' ext.sdkwrapper_version = "$ausweisapp_version.0" repositories { diff --git a/sdkwrapper/build.gradle b/sdkwrapper/build.gradle index 4c06930..f65f30e 100644 --- a/sdkwrapper/build.gradle +++ b/sdkwrapper/build.gradle @@ -101,6 +101,15 @@ afterEvaluate { version = "${android.defaultConfig.versionName}-SNAPSHOT" artifact(sourceJar) + + pom { + licenses { + license { + name = 'EUPL-v1.2' + url = 'https://eupl.eu/1.2/en/' + } + } + } } release(MavenPublication) { from components.release @@ -114,6 +123,15 @@ afterEvaluate { version = android.defaultConfig.versionName artifact(sourceJar) + + pom { + licenses { + license { + name = 'EUPL-v1.2' + url = 'https://eupl.eu/1.2/en/' + } + } + } } } } diff --git a/third_party_licenses/LICENSES.md b/third_party_licenses/LICENSES.md index f0bd8b5..29c04e5 100644 --- a/third_party_licenses/LICENSES.md +++ b/third_party_licenses/LICENSES.md @@ -7,4 +7,4 @@ com.google.code.gson:gson:2.10.1 OPEN-SOURCE-LIZENZ FÜR DIE EUROPÄISCHE UNION - EUPL.md ====================================================== -com.governikus:ausweisapp:1.26.5 +com.governikus:ausweisapp:2.1.1