Skip to content

Commit b0e371b

Browse files
ArtemArtem
authored andcommitted
17.09 Release
1 parent 8dd140e commit b0e371b

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
17.09
2+
* Fixed app crawler filtering & ANR if substantially changing device date back in time
13
17.05
24
* Added Rich Push Notifications support (attachments and custom action buttons)
35
* Added functionality to ignore app crawlers

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:17.05'
34+
//compile 'ly.count.android:sdk-messaging:17.09'
3535
}

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ android {
4747
dependencies {
4848
compile fileTree(dir: 'libs', include: ['*.jar'])
4949
compile project(':sdk')
50-
//compile 'ly.count.android:sdk:17.05'
50+
//compile 'ly.count.android:sdk:17.09'
5151
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.2'
8+
classpath 'com.android.tools.build:gradle:2.3.3'
99
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
1010
classpath 'com.github.dcendents:android-maven-plugin:1.2'
1111

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 "17.05"
21+
versionName "17.09"
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:17.05'
39+
// compile 'ly.count:sdk-android:17.09'
4040
}
4141

4242
publish {
4343
userOrg = 'countly'
4444
groupId = 'ly.count.android'
4545
artifactId = 'sdk-messaging'
46-
version = '17.05'
46+
version = '17.09'
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 "17.05"
21+
versionName "17.09"
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 = '17.05'
58+
version = '17.09'
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
@@ -52,7 +52,7 @@ public class Countly {
5252
/**
5353
* Current version of the Count.ly Android SDK as a displayable string.
5454
*/
55-
public static final String COUNTLY_SDK_VERSION_STRING = "17.05";
55+
public static final String COUNTLY_SDK_VERSION_STRING = "17.09";
5656
/**
5757
* Used as request meta data on every request
5858
*/

0 commit comments

Comments
 (0)