[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge branch 'develop' into issue/985-make-sfactory-private
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Dec 16, 2014
2 parents 1ad0a91 + f4c700b commit 3fb040c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions WordPressUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.14.0'
classpath 'com.android.tools.build:gradle:1.0.0'
}
}

Expand All @@ -19,7 +19,7 @@ repositories {
dependencies {
compile 'commons-lang:commons-lang:2.6'
compile 'com.mcxiaoke.volley:library:1.0.+'
compile 'com.android.support:support-v13:21.0.2'
compile 'com.android.support:support-v13:21.0.+'
}

android {
Expand All @@ -29,7 +29,6 @@ android {
buildToolsVersion "21.1.1"

defaultConfig {
applicationId "org.wordpress.android.util"
versionName "1.2.0"
minSdkVersion 14
targetSdkVersion 19
Expand Down

0 comments on commit 3fb040c

Please sign in to comment.