We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b4f44 commit 250bfe4Copy full SHA for 250bfe4
2 files changed
README.md
@@ -48,7 +48,7 @@ repositories {
48
}
49
50
dependencies {
51
- implementation "ee.getid:getidlib:2.6.2"
+ implementation "ee.getid:getidlib:2.6.3"
52
53
```
54
app/build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
def appDependencies = rootProject.ext.appDependencies
37
def testDependencies = rootProject.ext.testDependencies
38
39
40
41
// Android Support
42
implementation appDependencies.appCompat
0 commit comments