Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix: update doc to help with MB confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Oct 10, 2023
1 parent 74e2a6b commit 3d13ef6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ Next, if you don't already have a `publishingId` from TIKI, **create a free acco
Microblink is closed source, and subsequently it's AARs are hosted by Microblink's Maven repository, not Maven Central. You need to add the maven endpoint to your `android/build.gradle` file in your project's android folder.

```groovy
maven { url "https://maven.microblink.com" }
allprojects {
repositories {
// other repositories
maven { url "https://maven.microblink.com" }
}
}
```

Depending on your project's configuration you may also need to add the following `packagingOptions` to your `android/app/build.gradle` file.
Expand Down

0 comments on commit 3d13ef6

Please sign in to comment.