Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MYID Public Code
MyID Sample Android
Commits
ee362287
Commit
ee362287
authored
1 year ago
by
Javohir Savriy
Browse files
Options
Download
Email Patches
Plain Diff
Publishd 2.2.2 version
parent
0d328460
master
1 merge request
!10
Publishd 2.2.2 version
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+5
-1
CHANGELOG.md
README.md
+1
-1
README.md
app/build.gradle
+1
-1
app/build.gradle
with
7 additions
and
3 deletions
+7
-3
CHANGELOG.md
View file @
ee362287
...
...
@@ -2,7 +2,11 @@
All notable changes to this project will be documented in this file.
## [2.2.0] - 24 Jul, 2023
## [2.2.2] - 10 Aug, 2023
-
Pressing back button during identification is disabled.
## [2.2.0 - 2.2.1] - 24 Jul, 2023
-
🔥 Converted to maven
...
...
This diff is collapsed.
Click to expand it.
README.md
View file @
ee362287
...
...
@@ -45,7 +45,7 @@ repositories {
}
dependencies
{
implementation
(
"uz.myid.sdk.capture:myid-capture-sdk:2.2.
1
"
)
implementation
(
"uz.myid.sdk.capture:myid-capture-sdk:2.2.
2
"
)
}
```
...
...
This diff is collapsed.
Click to expand it.
app/build.gradle
View file @
ee362287
...
...
@@ -39,5 +39,5 @@ android {
dependencies
{
implementation
(
"com.google.android.material:material:1.9.0"
)
implementation
(
"uz.myid.sdk.capture:myid-capture-sdk:2.2.
1
"
)
implementation
(
"uz.myid.sdk.capture:myid-capture-sdk:2.2.
2
"
)
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help