Skip to content

Commit

Permalink
Add revision: v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GovernikusAusweisApp2 committed Apr 11, 2024
1 parent b71373f commit 8cf8642
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
18 changes: 18 additions & 0 deletions sdkwrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/'
}
}
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion third_party_licenses/LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8cf8642

Please sign in to comment.