Skip to content

Commit af2f2d9

Browse files
Update README.md
1 parent 49ba4bc commit af2f2d9

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ repositories {
2828

2929
//Then add implementation for SDK in dependencies in build.gradle (module:<yourmodulename>)
3030
dependencies {
31-
implementation 'com.extrieve.splicer.aisdk:SplicerAIv2:<SDK-VERSION>'
32-
// Latest version: 2.0.15
31+
implementation 'com.extrieve.splicer.aisdk:SplicerAIv2:2.0.17'
3332
}
34-
SDK-VERSION - Need to replace with the correct v2 series.
33+
3534
```
3635

3736
Or Maven:
@@ -42,7 +41,7 @@ Or Maven:
4241
<artifactId>SplicerAIv2</artifactId>
4342
<version>SDK-VERSION</version>
4443
</dependency>
45-
SDK-VERSION - Need to replace with the correct v2 series.
44+
//SDK-VERSION - Need to replace with the correct v2 series.
4645
```
4746

4847
Or can even integrate with the **.aar** library file and manually add the file dependency to the project/app.
@@ -52,11 +51,20 @@ Compatibility
5251
-------------
5352
* **JAVA 17 Support**: QuickCapture v4 requires JAVA version 17 support for the application.
5453
* **Minimum Android SDK**: QuickCapture v4 requires a minimum API level of 21.
55-
* **Target Android SDK**: QuickCapture v4 features supports **API 34**.
56-
* **Compiled SDK Version**: QuickCapture v4 compiled against **API 33**.Host application using this SDK should compiled against 33 or later
57-
----
58-
54+
* **Target Android SDK**: QuickCapture v4 features supports **API 35**.
55+
* **Compiled SDK Version**: QuickCapture v4 compiled against **API 34**.Host application using this SDK should compiled against 33 or later
56+
57+
## Run-time requirement
58+
- [x] This SDK is designed to run on officially supported Android & iOS devices only.
59+
- [x] On Android, Google Play Services is mandatory.
60+
- [x] Supported CPU architectures: arm64-v8a and armeabi-v7a.
61+
- [x] Simulator and emulator environments are not supported.For testing on simulators, please contact the development support team to request a dedicated test version compatible with those environments.
5962
Depending on your specific needs, you can import and use one or all of the classes provided by the SDK.
63+
64+
# API & integration Details
65+
Available properties and method
66+
67+
SDK has one core class and one supporting classe :
6068
```java
6169
import com.extrieve.splicer.aisdk.*;
6270
//OR : can import only required classes as per use cases.

0 commit comments

Comments
 (0)