[go: nahoru, domu]

Skip to content

Commit

Permalink
fix build files for android studio 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Dec 9, 2014
1 parent 29ddf31 commit f4c700b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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 @@ -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 f4c700b

Please sign in to comment.