Skip to content

Commit

Permalink
15.06 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
iartem committed Jun 10, 2015
1 parent 499b8d2 commit a142355
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
8 changes: 6 additions & 2 deletions app-messaging/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
apply plugin: 'com.android.application'

//repositories {
// mavenLocal()
//}

android {
compileSdkVersion 22
buildToolsVersion "22"
Expand All @@ -22,6 +26,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':sdk-messaging')
// compile 'ly.count:sdk-android:15.02'
// compile 'ly.count:sdk-android-messaging:15.02'
// compile 'ly.count.android:sdk:15.06'
// compile 'ly.count.android:sdk-messaging:15.06'
}
8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
apply plugin: 'com.android.application'

//repositories {
// mavenLocal()
//}

buildscript {
repositories {
maven {
Expand Down Expand Up @@ -33,6 +37,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':sdk')
// compile 'ly.count.android:sdk:15.03'
// compile 'ly.count.android:sdk:15.03@aar'
// compile 'ly.count.android:sdk:15.06'
// compile 'ly.count.android:sdk:15.06@aar'
}
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 12
targetSdkVersion 22
versionCode 1
versionName "15.03"
versionName "15.06"
}
buildTypes {
release {
Expand All @@ -32,14 +32,14 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.gms:play-services:6.5.87'
compile project(':sdk')
// compile 'ly.count:sdk-android:15.02'
// compile 'ly.count:sdk-android:15.06'
}

publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk-messaging'
version = '15.03'
version = '15.06'
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 12
targetSdkVersion 22
versionCode 1
versionName "15.03"
versionName "15.06"

testInstrumentationRunner 'ly.count.android.sdk.test.InstrumentationTestRunner'
testHandleProfiling true
Expand Down Expand Up @@ -47,7 +47,7 @@ publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk'
version = '15.03'
version = '15.06'
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 @@ -45,7 +45,7 @@ public class Countly {
/**
* Current version of the Count.ly Android SDK as a displayable string.
*/
public static final String COUNTLY_SDK_VERSION_STRING = "14.12";
public static final String COUNTLY_SDK_VERSION_STRING = "15.06";
/**
* Default string used in the begin session metrics if the
* app version cannot be found.
Expand Down

0 comments on commit a142355

Please sign in to comment.