We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e270d8 commit ae7eb95Copy full SHA for ae7eb95
README.md
@@ -23,7 +23,7 @@ allprojects {
23
24
```gradle
25
dependencies {
26
- implementation 'com.github.talkable:android-sdk:0.5.7'
+ implementation 'com.github.talkable:android-sdk:0.5.8'
27
}
28
```
29
build.gradle
@@ -19,6 +19,7 @@ allprojects {
19
repositories {
20
jcenter()
21
google()
22
+ maven { url 'https://jitpack.io' }
sdk/build.gradle
@@ -11,7 +11,7 @@ android {
11
minSdkVersion 16
12
targetSdkVersion 26
13
versionCode 38
14
- versionName "0.5.7"
+ versionName "0.5.8"
15
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
16
17
buildTypes {
0 commit comments