Skip to content

Commit

Permalink
bumped version and upgraded gradle wrapepr
Browse files Browse the repository at this point in the history
  • Loading branch information
emilsjolander committed Feb 9, 2014
1 parent fc64dbb commit 21e89ab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 87 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.6.+'
classpath 'com.android.tools.build:gradle:0.7.+'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.0
VERSION_NAME=1.1.0
GROUP=se.emilsjolander

POM_DESCRIPTION=A small android library for tagging views inside a ScrollView as "sticky" making them stick to the top of the scroll container until a new sticky view comes and takes it's place.
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-bin.zip
Empty file modified gradlew
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'android-library'

android {
compileSdkVersion 18
buildToolsVersion '18.1.1'
compileSdkVersion 19
buildToolsVersion '19.0.0'

sourceSets {
main {
Expand All @@ -13,4 +13,4 @@ android {
}
}

apply from: '../maven_push.gradle'
apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/eaa6b5404b7594e6c23b884fdc5795f545db55dd/gradle-mvn-push.gradle'
81 changes: 0 additions & 81 deletions maven_push.gradle

This file was deleted.

0 comments on commit 21e89ab

Please sign in to comment.