Skip to content

Commit a2dc7e5

Browse files
ArtemArtem
authored andcommitted
Release 18.01.2
1 parent ab15729 commit a2dc7e5

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
18.01.2
2+
* Fixing a crash in messaging because of null context
3+
14
18.01.1
25
* Fixing small push notification accent color bug
36
* Properly deleting cached location data

app-messaging/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ dependencies {
3131
compile fileTree(dir: 'libs', include: ['*.jar'])
3232
compile project(':sdk-messaging')
3333
compile "me.leolin:ShortcutBadger:1.1.10@aar"
34-
//compile 'ly.count.android:sdk-messaging:18.01.1'
34+
//compile 'ly.count.android:sdk-messaging:18.01.2'
3535
}

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ dependencies {
4949
compile project(':sdk')
5050
//compile 'com.google.android.gms:play-services-gcm:10.0.1'
5151

52-
//compile 'ly.count.android:sdk:18.01.1'
52+
//compile 'ly.count.android:sdk:18.01.2'
5353
}

sdk-messaging/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
minSdkVersion 9
1919
targetSdkVersion 25
2020
versionCode 1
21-
versionName "18.01.1"
21+
versionName "18.01.2"
2222
}
2323
buildTypes {
2424
release {
@@ -36,14 +36,14 @@ dependencies {
3636
compile fileTree(dir: 'libs', include: ['*.jar'])
3737
compile 'com.google.android.gms:play-services-gcm:10.0.1'
3838
compile project(':sdk')
39-
// compile 'ly.count:sdk-android:18.01.1'
39+
// compile 'ly.count:sdk-android:18.01.2'
4040
}
4141

4242
publish {
4343
userOrg = 'countly'
4444
groupId = 'ly.count.android'
4545
artifactId = 'sdk-messaging'
46-
version = '18.01.1'
46+
version = '18.01.2'
4747
description = 'Countly Android SDK with GCM Support'
4848
website = 'https://github.com/Countly/countly-sdk-android'
4949
}

sdk/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
minSdkVersion 9
1919
targetSdkVersion 25
2020
versionCode 1
21-
versionName "18.01.1"
21+
versionName "18.01.2"
2222

2323
testInstrumentationRunner 'ly.count.android.sdk.test.InstrumentationTestRunner'
2424
testHandleProfiling true
@@ -55,7 +55,7 @@ publish {
5555
userOrg = 'countly'
5656
groupId = 'ly.count.android'
5757
artifactId = 'sdk'
58-
version = '18.01.1'
58+
version = '18.01.2'
5959
description = 'Android SDK for Countly mobile analytics'
6060
website = 'https://github.com/Countly/countly-sdk-android'
6161
}

sdk/src/main/java/ly/count/android/sdk/Countly.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class Countly {
5353
/**
5454
* Current version of the Count.ly Android SDK as a displayable string.
5555
*/
56-
public static final String COUNTLY_SDK_VERSION_STRING = "18.01.1";
56+
public static final String COUNTLY_SDK_VERSION_STRING = "18.01.2";
5757
/**
5858
* Used as request meta data on every request
5959
*/

0 commit comments

Comments
 (0)