Skip to content

Commit

Permalink
17.09 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem authored and Artem committed Oct 3, 2017
1 parent 8dd140e commit b0e371b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
17.09
* Fixed app crawler filtering & ANR if substantially changing device date back in time
17.05
* Added Rich Push Notifications support (attachments and custom action buttons)
* Added functionality to ignore app crawlers
Expand Down
2 changes: 1 addition & 1 deletion app-messaging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':sdk-messaging')
compile "me.leolin:ShortcutBadger:1.1.10@aar"
//compile 'ly.count.android:sdk-messaging:17.05'
//compile 'ly.count.android:sdk-messaging:17.09'
}
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':sdk')
//compile 'ly.count.android:sdk:17.05'
//compile 'ly.count.android:sdk:17.09'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
classpath 'com.github.dcendents:android-maven-plugin:1.2'

Expand Down
6 changes: 3 additions & 3 deletions sdk-messaging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion 9
targetSdkVersion 25
versionCode 1
versionName "17.05"
versionName "17.09"
}
buildTypes {
release {
Expand All @@ -36,14 +36,14 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.gms:play-services-gcm:10.0.1'
compile project(':sdk')
// compile 'ly.count:sdk-android:17.05'
// compile 'ly.count:sdk-android:17.09'
}

publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk-messaging'
version = '17.05'
version = '17.09'
description = 'Countly Android SDK with GCM Support'
website = 'https://github.com/Countly/countly-sdk-android'
}
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion 9
targetSdkVersion 25
versionCode 1
versionName "17.05"
versionName "17.09"

testInstrumentationRunner 'ly.count.android.sdk.test.InstrumentationTestRunner'
testHandleProfiling true
Expand Down Expand Up @@ -55,7 +55,7 @@ publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk'
version = '17.05'
version = '17.09'
description = 'Android SDK for Countly mobile analytics'
website = 'https://github.com/Countly/countly-sdk-android'
}
2 changes: 1 addition & 1 deletion sdk/src/main/java/ly/count/android/sdk/Countly.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class Countly {
/**
* Current version of the Count.ly Android SDK as a displayable string.
*/
public static final String COUNTLY_SDK_VERSION_STRING = "17.05";
public static final String COUNTLY_SDK_VERSION_STRING = "17.09";
/**
* Used as request meta data on every request
*/
Expand Down

0 comments on commit b0e371b

Please sign in to comment.