-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jitpack was just too flakey to get working. All the builds failed with weird errors. From looking at their Issues, many other people have the same issues and they don't seem to be addressed. Will distribute manually for now, then probably look at Maven Central in the future.
- Loading branch information
Adam Harwood
committed
Feb 10, 2023
1 parent
047784b
commit a4fac04
Showing
2 changed files
with
3 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,25 +2,9 @@ | |
This sdk makes it easy to integrate the [Guru Platform](https://www.getguru.ai/) with your Android application. | ||
|
||
## Getting Started | ||
The SDK is distributed through [JitPack](https://jitpack.io/). | ||
To add the SDK to your Android project, add the JitPack repository: | ||
``` | ||
allprojects { | ||
repositories { | ||
... | ||
maven { url 'https://jitpack.io' } | ||
} | ||
} | ||
``` | ||
Please reach out to [Guru](mailto:[email protected]) to get an API key. | ||
|
||
And then declare the dependency: | ||
``` | ||
dependencies { | ||
implementation 'com.github.Formguru:guru-android-sdk:X.Y.Z' | ||
} | ||
``` | ||
To find the latest release version, check the [Releases](https://github.com/Formguru/guru-android-sdk/releases) page. | ||
|
||
Once you have the dependency declared, take a look at our | ||
Once you have your API key and have depended on this SDK, | ||
take a look at our | ||
[Getting Started Guide](https://blog.getguru.ai/get-started-with-guru-in-10-minutes-524b2a009be) | ||
to find out how to start working with Guru. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters