File tree Expand file tree Collapse file tree 7 files changed +11
-9
lines changed
src/main/java/ly/count/android/sdk Expand file tree Collapse file tree 7 files changed +11
-9
lines changed Original file line number Diff line number Diff line change
1
+ 17.09
2
+ * Fixed app crawler filtering & ANR if substantially changing device date back in time
1
3
17.05
2
4
* Added Rich Push Notifications support (attachments and custom action buttons)
3
5
* Added functionality to ignore app crawlers
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:17.05 '
34
+ // compile 'ly.count.android:sdk-messaging:17.09 '
35
35
}
Original file line number Diff line number Diff line change @@ -47,5 +47,5 @@ android {
47
47
dependencies {
48
48
compile fileTree(dir : ' libs' , include : [' *.jar' ])
49
49
compile project(' :sdk' )
50
- // compile 'ly.count.android:sdk:17.05 '
50
+ // compile 'ly.count.android:sdk:17.09 '
51
51
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.3.2 '
8
+ classpath ' com.android.tools.build:gradle:2.3.3 '
9
9
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
10
10
classpath ' com.github.dcendents:android-maven-plugin:1.2'
11
11
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 " 17.05 "
21
+ versionName " 17.09 "
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:17.05 '
39
+ // compile 'ly.count:sdk-android:17.09 '
40
40
}
41
41
42
42
publish {
43
43
userOrg = ' countly'
44
44
groupId = ' ly.count.android'
45
45
artifactId = ' sdk-messaging'
46
- version = ' 17.05 '
46
+ version = ' 17.09 '
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 " 17.05 "
21
+ versionName " 17.09 "
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 = ' 17.05 '
58
+ version = ' 17.09 '
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 @@ -52,7 +52,7 @@ public class Countly {
52
52
/**
53
53
* Current version of the Count.ly Android SDK as a displayable string.
54
54
*/
55
- public static final String COUNTLY_SDK_VERSION_STRING = "17.05 " ;
55
+ public static final String COUNTLY_SDK_VERSION_STRING = "17.09 " ;
56
56
/**
57
57
* Used as request meta data on every request
58
58
*/
You can’t perform that action at this time.
0 commit comments