Skip to content

Commit

Permalink
updating README for v0.871 - Android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshal Dhir committed Sep 2, 2020
1 parent abf05c1 commit c2f05e6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -511,22 +511,19 @@ Add following to your app gradle file.
url "https://machaao-android-builds.s3.amazonaws.com/sdk/android/snapshots"
}

maven {
url "https://machaao-android-builds.s3.amazonaws.com/sdk/android/releases"
}

Add Gradle Dependency
---------------------

::

debugImplementation('com.machaao.android:machaao-sdk:0.833-SNAPSHOT') {
debugImplementation('com.machaao.android:machaao-sdk:0.871-SNAPSHOT') {
transitive = true
}

releaseImplementation('com.machaao.android:machaao-sdk:0.833') {
releaseImplementation('com.machaao.android:machaao-sdk:0.871') {
transitive = true
}
} // [contact support@messengerx.io for access]

Modify Manifest (Add Token)
---------------------------
Expand Down

0 comments on commit c2f05e6

Please sign in to comment.