Skip to content

Commit

Permalink
update eID SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
souheib93 committed May 27, 2021
1 parent 4b3b104 commit 48bbe90
Show file tree
Hide file tree
Showing 19 changed files with 231 additions and 4 deletions.
Binary file not shown.
@@ -0,0 +1 @@
7b010c6f6f4f8dc6ffafad06b68a1f7d
@@ -0,0 +1 @@
0e959bc6a96e51f0e97f628806d9f3c17ff8581d
@@ -0,0 +1 @@
cc4b834407cd482bb5db4bc21078e798003b6e2fa825d81676234c66e3372398
@@ -0,0 +1 @@
d3b93a4fc90b2835a1750c3b7296b08e4fc967a89ec64d68cfd05b1289ce8870922344b5a032f06bd62967150f5550c5663ccebf3744cc3a66930c7b021984e7
@@ -0,0 +1,132 @@
{
"formatVersion": "1.1",
"component": {
"group": "de.idnow.android.eid",
"module": "idnow-android-eid-sdk",
"version": "1.8.0",
"attributes": {
"org.gradle.status": "release"
}
},
"createdBy": {
"gradle": {
"version": "6.5",
"buildId": "irkmm7z5lfgdfd6hvsxwuvakte"
}
},
"variants": [
{
"name": "runtime",
"attributes": {
"org.gradle.usage": "java-runtime"
},
"dependencies": [
{
"group": "androidx.legacy",
"module": "legacy-support-v4",
"version": {
"requires": "1.0.0"
}
},
{
"group": "androidx.annotation",
"module": "annotation",
"version": {
"requires": "1.1.0"
}
},
{
"group": "androidx.appcompat",
"module": "appcompat",
"version": {
"requires": "1.2.0"
}
},
{
"group": "androidx.constraintlayout",
"module": "constraintlayout",
"version": {
"requires": "2.0.4"
}
},
{
"group": "com.squareup.retrofit",
"module": "retrofit",
"version": {
"requires": "1.9.0"
}
},
{
"group": "com.squareup.okhttp3",
"module": "okhttp",
"version": {
"requires": "3.12.1"
}
},
{
"group": "com.google.code.gson",
"module": "gson",
"version": {
"requires": "2.8.6"
}
},
{
"group": "de.authada.library",
"module": "aal",
"version": {
"requires": "4.15.2"
}
},
{
"group": "org.jetbrains.kotlin",
"module": "kotlin-stdlib-jdk7",
"version": {
"requires": "1.4.21"
}
},
{
"group": "de.idnow.insights",
"module": "idnow-android-insights-sdk",
"version": {
"requires": "1.0.0"
}
},
{
"group": "com.airbnb.android",
"module": "lottie",
"version": {
"requires": "3.6.1"
}
}
],
"files": [
{
"name": "idnow-android-eid-sdk-1.8.0.aar",
"url": "idnow-android-eid-sdk-1.8.0.aar",
"size": 3912439,
"sha512": "d3b93a4fc90b2835a1750c3b7296b08e4fc967a89ec64d68cfd05b1289ce8870922344b5a032f06bd62967150f5550c5663ccebf3744cc3a66930c7b021984e7",
"sha256": "cc4b834407cd482bb5db4bc21078e798003b6e2fa825d81676234c66e3372398",
"sha1": "0e959bc6a96e51f0e97f628806d9f3c17ff8581d",
"md5": "7b010c6f6f4f8dc6ffafad06b68a1f7d"
}
]
},
{
"name": "api",
"attributes": {
"org.gradle.usage": "java-api"
},
"files": [
{
"name": "idnow-android-eid-sdk-1.8.0.aar",
"url": "idnow-android-eid-sdk-1.8.0.aar",
"size": 3912439,
"sha512": "d3b93a4fc90b2835a1750c3b7296b08e4fc967a89ec64d68cfd05b1289ce8870922344b5a032f06bd62967150f5550c5663ccebf3744cc3a66930c7b021984e7",
"sha256": "cc4b834407cd482bb5db4bc21078e798003b6e2fa825d81676234c66e3372398",
"sha1": "0e959bc6a96e51f0e97f628806d9f3c17ff8581d",
"md5": "7b010c6f6f4f8dc6ffafad06b68a1f7d"
}
]
}
]
}
@@ -0,0 +1 @@
3c6bef1550a248b047eb2e4d0c4ec0b6
@@ -0,0 +1 @@
0783935f35e8ceea2a2d3f564232810c8ebf10a2
@@ -0,0 +1 @@
d61dfd17e4df415a304a55352e4ada29ef705128dc43f1bd59f55fcc3a05a5a5
@@ -0,0 +1 @@
d19236ad7890a336be464ea611912cde699a740bba30e2f24c8ff2e8e134db6dc514015eaec70e5b25969ba11f62c770625e936f1b5a7af52e786fc43078b592
@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>de.idnow.android.eid</groupId>
<artifactId>idnow-android-eid-sdk</artifactId>
<version>1.8.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>androidx.legacy</groupId>
<artifactId>legacy-support-v4</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.constraintlayout</groupId>
<artifactId>constraintlayout</artifactId>
<version>2.0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>retrofit</artifactId>
<version>1.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.12.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>de.authada.library</groupId>
<artifactId>aal</artifactId>
<version>4.15.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.4.21</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>de.idnow.insights</groupId>
<artifactId>idnow-android-insights-sdk</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>lottie</artifactId>
<version>3.6.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
@@ -0,0 +1 @@
39d0cbfd16956310279f636024d02406
@@ -0,0 +1 @@
73c3f6ed61ead49cbf15091c6aee24c63d01a115
@@ -0,0 +1 @@
42698cfd8f9bcb0b368c31043361a2887b82b5b09714141a1ec6316eff187f71
@@ -0,0 +1 @@
929fa5cc13d3ae5b246e1a0b78bce33e00df86f22d11c609f2d831859e245194c6595561ed20e7d439e24e38cb6885ff204d9ddaf2f5a41fb50145b48283dba8
5 changes: 3 additions & 2 deletions de/idnow/android/eid/idnow-android-eid-sdk/maven-metadata.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>de.idnow.android.eid</groupId>
<artifactId>idnow-android-eid-sdk</artifactId>
<versioning>
<latest>1.7.0</latest>
<latest>1.8.0</latest>
<versions>
<version>1.0.0</version>
<version>1.0.1</version>
Expand All @@ -16,7 +16,8 @@
<version>1.5.0</version>
<version>1.6.0</version>
<version>1.7.0</version>
<version>1.8.0</version>
</versions>
<lastUpdated>20210505194302</lastUpdated>
<lastUpdated>20210527125427</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
0c0428f30b152e527be78c0464aacca1
7bbbd29c91733f7c707ad18183521513
@@ -1 +1 @@
3c25b57c7c548bc098d897e95c8fcd33d3830905
366360e5d2d8725b588c74fbc08d1fff64db5900
Binary file added idnow-android-eid-sdk-1.8.0.aar
Binary file not shown.

0 comments on commit 48bbe90

Please sign in to comment.