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
477cd93e
Commit
477cd93e
authored
1 year ago
by
Javokhir
Browse files
Options
Download
Email Patches
Plain Diff
Updated
parent
ee362287
master
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+4
-0
CHANGELOG.md
README.md
+1
-1
README.md
app/build.gradle
+2
-2
app/build.gradle
app/src/main/AndroidManifest.xml
+1
-2
app/src/main/AndroidManifest.xml
with
8 additions
and
5 deletions
+8
-5
CHANGELOG.md
View file @
477cd93e
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.
## [2.2.3] - 25 Aug, 2023
-
Dev base url changed to
[
devmyid.uz
](
https://devmyid.uz/
)
.
## [2.2.2] - 10 Aug, 2023
## [2.2.2] - 10 Aug, 2023
-
Pressing back button during identification is disabled.
-
Pressing back button during identification is disabled.
...
...
This diff is collapsed.
Click to expand it.
README.md
View file @
477cd93e
...
@@ -45,7 +45,7 @@ repositories {
...
@@ -45,7 +45,7 @@ repositories {
}
}
dependencies
{
dependencies
{
implementation
(
"uz.myid.sdk.capture:myid-capture-sdk:2.2.
2
"
)
implementation
(
"uz.myid.sdk.capture:myid-capture-sdk:2.2.
3
"
)
}
}
```
```
...
...
This diff is collapsed.
Click to expand it.
app/build.gradle
View file @
477cd93e
...
@@ -4,12 +4,12 @@ plugins {
...
@@ -4,12 +4,12 @@ plugins {
}
}
android
{
android
{
namespace
"uz.myid.sdk.sample"
compileSdk
33
compileSdk
33
defaultConfig
{
defaultConfig
{
applicationId
"uz.myid.sdk.sample"
applicationId
"uz.myid.sdk.sample"
minSdk
21
minSdk
21
targetSdk
33
versionCode
1
versionCode
1
versionName
"1.0.0"
versionName
"1.0.0"
}
}
...
@@ -39,5 +39,5 @@ android {
...
@@ -39,5 +39,5 @@ android {
dependencies
{
dependencies
{
implementation
(
"com.google.android.material:material:1.9.0"
)
implementation
(
"com.google.android.material:material:1.9.0"
)
implementation
(
"uz.myid.sdk.capture:myid-capture-sdk:2.2.
2
"
)
implementation
(
"uz.myid.sdk.capture:myid-capture-sdk:2.2.
3
"
)
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app/src/main/AndroidManifest.xml
View file @
477cd93e
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
package=
"uz.myid.sdk.sample"
>
<application
<application
android:allowBackup=
"true"
android:allowBackup=
"true"
...
...
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