File tree Expand file tree Collapse file tree 6 files changed +11
-8
lines changed
src/main/java/ly/count/android/sdk Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change
1
+ 18.01.2
2
+ * Fixing a crash in messaging because of null context
3
+
1
4
18.01.1
2
5
* Fixing small push notification accent color bug
3
6
* Properly deleting cached location data
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ dependencies {
31
31
compile fileTree(dir : ' libs' , include : [' *.jar' ])
32
32
compile project(' :sdk-messaging' )
33
33
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 '
35
35
}
Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ dependencies {
49
49
compile project(' :sdk' )
50
50
// compile 'com.google.android.gms:play-services-gcm:10.0.1'
51
51
52
- // compile 'ly.count.android:sdk:18.01.1 '
52
+ // compile 'ly.count.android:sdk:18.01.2 '
53
53
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ android {
18
18
minSdkVersion 9
19
19
targetSdkVersion 25
20
20
versionCode 1
21
- versionName " 18.01.1 "
21
+ versionName " 18.01.2 "
22
22
}
23
23
buildTypes {
24
24
release {
@@ -36,14 +36,14 @@ dependencies {
36
36
compile fileTree(dir : ' libs' , include : [' *.jar' ])
37
37
compile ' com.google.android.gms:play-services-gcm:10.0.1'
38
38
compile project(' :sdk' )
39
- // compile 'ly.count:sdk-android:18.01.1 '
39
+ // compile 'ly.count:sdk-android:18.01.2 '
40
40
}
41
41
42
42
publish {
43
43
userOrg = ' countly'
44
44
groupId = ' ly.count.android'
45
45
artifactId = ' sdk-messaging'
46
- version = ' 18.01.1 '
46
+ version = ' 18.01.2 '
47
47
description = ' Countly Android SDK with GCM Support'
48
48
website = ' https://github.com/Countly/countly-sdk-android'
49
49
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ android {
18
18
minSdkVersion 9
19
19
targetSdkVersion 25
20
20
versionCode 1
21
- versionName " 18.01.1 "
21
+ versionName " 18.01.2 "
22
22
23
23
testInstrumentationRunner ' ly.count.android.sdk.test.InstrumentationTestRunner'
24
24
testHandleProfiling true
@@ -55,7 +55,7 @@ publish {
55
55
userOrg = ' countly'
56
56
groupId = ' ly.count.android'
57
57
artifactId = ' sdk'
58
- version = ' 18.01.1 '
58
+ version = ' 18.01.2 '
59
59
description = ' Android SDK for Countly mobile analytics'
60
60
website = ' https://github.com/Countly/countly-sdk-android'
61
61
}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public class Countly {
53
53
/**
54
54
* Current version of the Count.ly Android SDK as a displayable string.
55
55
*/
56
- public static final String COUNTLY_SDK_VERSION_STRING = "18.01.1 " ;
56
+ public static final String COUNTLY_SDK_VERSION_STRING = "18.01.2 " ;
57
57
/**
58
58
* Used as request meta data on every request
59
59
*/
You can’t perform that action at this time.
0 commit comments