Skip to content

Commit

Permalink
Preperations for 18.08.1 release.
Browse files Browse the repository at this point in the history
ArtursKadikis committed Sep 25, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 12eccee commit 52c04af
Showing 8 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
18.08.1
* Fixed bug with events getting unrelated segmentation fields added
* Added flags to push action intent
* Refactored push URL action handling

18.08
* Added functionality for webView user rating popup dialog
* Added call for recording unhandled exceptions
2 changes: 1 addition & 1 deletion app-messaging-fcm/build.gradle
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':sdk-messaging-fcm')
//implementation 'ly.count.android:sdk-messaging-fcm:18.08'
//implementation 'ly.count.android:sdk-messaging-fcm:18.08.1'

implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
2 changes: 1 addition & 1 deletion app-messaging/build.gradle
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')

implementation project(':sdk-messaging')
//implementation 'ly.count.android:sdk-messaging:18.08'
//implementation 'ly.count.android:sdk-messaging:18.08.1'

implementation 'me.leolin:ShortcutBadger:1.1.10@aar'
implementation 'com.android.support:appcompat-v7:25.4.0'
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -50,5 +50,5 @@ dependencies {

//implementation 'com.google.android.gms:play-services-gcm:10.0.1'

//implementation 'ly.count.android:sdk:18.08'
//implementation 'ly.count.android:sdk:18.08.1'
}
4 changes: 2 additions & 2 deletions sdk-messaging-fcm/build.gradle
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "18.08"
versionName "18.08.1"
}

buildTypes {
@@ -39,7 +39,7 @@ publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk-messaging-fcm'
publishVersion = '18.08'
publishVersion = '18.08.1'
desc = 'Countly Android SDK with FCM Support'
website = 'https://github.com/Countly/countly-sdk-android'
}
4 changes: 2 additions & 2 deletions sdk-messaging/build.gradle
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ android {
minSdkVersion 9
targetSdkVersion 25
versionCode 1
versionName "18.08"
versionName "18.08.1"
}
buildTypes {
release {
@@ -43,7 +43,7 @@ publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk-messaging'
publishVersion = '18.08'
publishVersion = '18.08.1'
desc = '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
@@ -18,7 +18,7 @@ android {
minSdkVersion 9
targetSdkVersion 26
versionCode 1
versionName "18.08"
versionName "18.08.1"

testInstrumentationRunner 'ly.count.android.sdk.test.InstrumentationTestRunner'
testHandleProfiling true
@@ -56,7 +56,7 @@ publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk'
publishVersion = '18.08'
publishVersion = '18.08.1'
desc = '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
@@ -55,7 +55,7 @@ public class Countly {
/**
* Current version of the Count.ly Android SDK as a displayable string.
*/
public static final String COUNTLY_SDK_VERSION_STRING = "18.08";
public static final String COUNTLY_SDK_VERSION_STRING = "18.08.1";
/**
* Used as request meta data on every request
*/

0 comments on commit 52c04af

Please sign in to comment.