Skip to content

Commit 39eaed5

Browse files
author
Tushar Acharya
committed
Version 0.2
1 parent 19588a5 commit 39eaed5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.0.0-alpha7'
8+
classpath 'com.android.tools.build:gradle:2.0.0-beta4'
99
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1010
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
1111

cardstack/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'
55
def siteUrl = 'https://github.com/mutualmobile/CardStackUI'
66
def gitUrl = 'https://github.com/mutualmobile/CardStackUI.git'
77
group = "com.mutualmobile.android"
8-
version = "0.1"
8+
version = "0.2"
99

1010
android {
1111
compileSdkVersion 23
@@ -14,7 +14,7 @@ android {
1414
defaultConfig {
1515
minSdkVersion 14
1616
targetSdkVersion 23
17-
versionCode 1
17+
versionCode 2
1818
versionName version
1919
}
2020
buildTypes {
@@ -74,7 +74,7 @@ artifacts {
7474
archives sourcesJar
7575
}
7676

77-
/* Fails in CI, un-comment only to deploy new binaries to Bintray
77+
// Fails in CI, un-comment only to deploy new binaries to Bintray
7878
Properties properties = new Properties()
7979
properties.load(project.rootProject.file('local.properties').newDataInputStream())
8080

@@ -95,5 +95,4 @@ bintray {
9595
publicDownloadNumbers = true
9696
}
9797
}
98-
apply plugin: 'maven'
99-
*/
98+
apply plugin: 'maven'

0 commit comments

Comments
 (0)