File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'
55def siteUrl = ' https://github.com/mutualmobile/CardStackUI'
66def gitUrl = ' https://github.com/mutualmobile/CardStackUI.git'
77group = " com.mutualmobile.android"
8- version = " 0.1 "
8+ version = " 0.2 "
99
1010android {
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
7878Properties properties = new Properties ()
7979properties. 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'
You can’t perform that action at this time.
0 commit comments