Skip to content

Commit

Permalink
Release 16.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem authored and Artem committed Feb 22, 2017
1 parent efced9e commit 505af90
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
16.12.3
* Adding certificate pinning in addition to public key pinning

16.12.02
* Changing automatic star rating default behaviour (disabling it)
* Removing Context as a needed field from some function calls
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:16.12.1'
//compile 'ly.count.android:sdk-messaging:16.12.3'
}
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':sdk')
// compile 'ly.count.android:sdk:16.12.1'
// compile 'ly.count.android:sdk:16.12.3'
}
4 changes: 2 additions & 2 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 24
versionCode 1
versionName "16.12.2"
versionName "16.12.3"
}
buildTypes {
release {
Expand All @@ -43,7 +43,7 @@ publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk-messaging'
version = '16.12.2'
version = '16.12.3'
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 24
versionCode 1
versionName "16.12.2"
versionName "16.12.3"

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 = '16.12.2'
version = '16.12.3'
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 @@ -49,7 +49,7 @@ public class Countly {
/**
* Current version of the Count.ly Android SDK as a displayable string.
*/
public static final String COUNTLY_SDK_VERSION_STRING = "16.12.2";
public static final String COUNTLY_SDK_VERSION_STRING = "16.12.3";
/**
* Used as request meta data on every request
*/
Expand Down

0 comments on commit 505af90

Please sign in to comment.