Skip to content

Commit ae7eb95

Browse files
committed
Bump version to 0.5.8
1 parent 6e270d8 commit ae7eb95

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323

2424
```gradle
2525
dependencies {
26-
implementation 'com.github.talkable:android-sdk:0.5.7'
26+
implementation 'com.github.talkable:android-sdk:0.5.8'
2727
}
2828
```
2929

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ allprojects {
1919
repositories {
2020
jcenter()
2121
google()
22+
maven { url 'https://jitpack.io' }
2223
}
2324
}
2425

sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 16
1212
targetSdkVersion 26
1313
versionCode 38
14-
versionName "0.5.7"
14+
versionName "0.5.8"
1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616
}
1717
buildTypes {

0 commit comments

Comments
 (0)