Skip to content

Commit

Permalink
Release 17.05
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed May 15, 2017
1 parent 754100a commit 9f72d3a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions app-messaging/build.gradle
Expand Up @@ -6,13 +6,13 @@ apply plugin: 'com.android.application'
//}

android {
compileSdkVersion 24
buildToolsVersion "24.0.3"
compileSdkVersion 25
buildToolsVersion "25.0.3"

defaultConfig {
applicationId "ly.count.android.demo.messaging"
minSdkVersion 9
targetSdkVersion 24
targetSdkVersion 25
versionCode 1
versionName "1.0"
}
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Expand Up @@ -17,13 +17,13 @@ buildscript {
}

android {
compileSdkVersion 24
buildToolsVersion "24.0.3"
compileSdkVersion 25
buildToolsVersion "25.0.3"

defaultConfig {
applicationId "ly.count.android.demo"
minSdkVersion 12
targetSdkVersion 24
targetSdkVersion 25
versionCode 1
versionName "1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
classpath 'com.github.dcendents:android-maven-plugin:1.2'

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Tue Sep 06 16:07:05 MSK 2016
#Mon May 15 20:16:41 EEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
12 changes: 6 additions & 6 deletions sdk-messaging/build.gradle
Expand Up @@ -11,14 +11,14 @@ buildscript {
}

android {
compileSdkVersion 24
buildToolsVersion "24.0.3"
compileSdkVersion 25
buildToolsVersion "25.0.3"

defaultConfig {
minSdkVersion 9
targetSdkVersion 24
targetSdkVersion 25
versionCode 1
versionName "16.12.3"
versionName "17.05"
}
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:16.06.04'
// compile 'ly.count:sdk-android:17.05'
}

publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk-messaging'
version = '16.12.3'
version = '17.05'
description = 'Countly Android SDK with GCM Support'
website = 'https://github.com/Countly/countly-sdk-android'
}
10 changes: 5 additions & 5 deletions sdk/build.gradle
Expand Up @@ -11,14 +11,14 @@ buildscript {
}

android {
compileSdkVersion 24
buildToolsVersion "24.0.3"
compileSdkVersion 25
buildToolsVersion "25.0.3"

defaultConfig {
minSdkVersion 9
targetSdkVersion 24
targetSdkVersion 25
versionCode 1
versionName "16.12.3"
versionName "17.05"

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.3'
version = '17.05'
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
Expand Up @@ -51,7 +51,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.3";
public static final String COUNTLY_SDK_VERSION_STRING = "17.05";
/**
* Used as request meta data on every request
*/
Expand Down

0 comments on commit 9f72d3a

Please sign in to comment.