Skip to content

Commit

Permalink
fix gradle build, update readme, publish 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mcxiaoke committed Nov 26, 2014
1 parent 53ef473 commit e8ad5cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Volley is already deployed to Maven Central:

Current Version:

1.0.8 (2014.11.07)
1.0.9 (2014.11.25)

##Original

Expand Down
6 changes: 3 additions & 3 deletions deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.11.+'
classpath 'com.android.tools.build:gradle:0.14.+'
}
}

apply plugin: 'android-library'
apply plugin: 'com.android.library'

allprojects {
group project.GROUP
Expand All @@ -17,7 +17,7 @@ allprojects {
mavenCentral()
}

tasks.withType(Compile) {
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
}
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.8
VERSION_CODE=9
VERSION_NAME=1.0.9
VERSION_CODE=10
GROUP=com.mcxiaoke.volley

POM_DESCRIPTION=Volley is a network library from Android source code.
Expand All @@ -14,9 +14,9 @@ POM_DEVELOPER_ID=mcxiaoke
POM_DEVELOPER_NAME=Xiaoke Zhang
POM_DEVELOPER_EMAIL[email protected]

ANDROID_BUILD_TARGET_SDK_VERSION=19
ANDROID_BUILD_TOOLS_VERSION=19.1
ANDROID_BUILD_SDK_VERSION=19
ANDROID_BUILD_TARGET_SDK_VERSION=21
ANDROID_BUILD_TOOLS_VERSION=21.1.1
ANDROID_BUILD_SDK_VERSION=21

POM_NAME=Android-Volley Library
POM_ARTIFACT_ID=library
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\:https://services.gradle.org/distributions/gradle-1.10-bin.zip
distributionUrl=http\:https://services.gradle.org/distributions/gradle-2.2-bin.zip

0 comments on commit e8ad5cd

Please sign in to comment.