Update Android Demo
This commit is contained in:
@@ -244,7 +244,7 @@ If you need to quickly integrate our sdk in your own Android project, then you c
|
|||||||
|
|
||||||
- Step 1. Add the JitPack repository to your build file.Add it in your root build.gradle at the end of repositories:
|
- Step 1. Add the JitPack repository to your build file.Add it in your root build.gradle at the end of repositories:
|
||||||
|
|
||||||
```bash
|
```java
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
...
|
...
|
||||||
@@ -254,7 +254,7 @@ allprojects {
|
|||||||
```
|
```
|
||||||
|
|
||||||
- Step 2. Add the dependency
|
- Step 2. Add the dependency
|
||||||
```bash
|
```java
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.HyperInspire:hyperlpr3-android-sdk:1.0.2'
|
implementation 'com.github.HyperInspire:hyperlpr3-android-sdk:1.0.2'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user