Skip to content

Commit fe1d125

Browse files
committed
fix build files for android studio 1.0
1 parent 72fe2b7 commit fe1d125

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WordPressUtils/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:0.14.0'
7+
classpath 'com.android.tools.build:gradle:1.0.0'
88
}
99
}
1010

@@ -29,7 +29,6 @@ android {
2929
buildToolsVersion "21.1.1"
3030

3131
defaultConfig {
32-
applicationId "org.wordpress.android.util"
3332
versionName "1.2.0"
3433
minSdkVersion 14
3534
targetSdkVersion 19

0 commit comments

Comments
 (0)