Commit 477cd93e authored by Javokhir's avatar Javokhir
Browse files

Updated

parent ee362287
......@@ -2,6 +2,10 @@
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
- Pressing back button during identification is disabled.
......
......@@ -45,7 +45,7 @@ repositories {
}
dependencies {
implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.2")
implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.3")
}
```
......
......@@ -4,12 +4,12 @@ plugins {
}
android {
namespace "uz.myid.sdk.sample"
compileSdk 33
defaultConfig {
applicationId "uz.myid.sdk.sample"
minSdk 21
targetSdk 33
versionCode 1
versionName "1.0.0"
}
......@@ -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.2")
implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.3")
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="uz.myid.sdk.sample">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="true"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment