We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b3a115 + 847dc52 commit 5a72a14Copy full SHA for 5a72a14
WordPressUtils/build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
mavenCentral()
5
}
6
dependencies {
7
- classpath 'com.android.tools.build:gradle:0.14.0'
+ classpath 'com.android.tools.build:gradle:1.0.0'
8
9
10
@@ -19,7 +19,7 @@ repositories {
19
20
compile 'commons-lang:commons-lang:2.6'
21
compile 'com.mcxiaoke.volley:library:1.0.+'
22
- compile 'com.android.support:support-v13:21.0.2'
+ compile 'com.android.support:support-v13:21.0.+'
23
24
25
android {
@@ -29,7 +29,6 @@ android {
29
buildToolsVersion "21.1.1"
30
31
defaultConfig {
32
- applicationId "org.wordpress.android.util"
33
versionName "1.2.0"
34
minSdkVersion 14
35
targetSdkVersion 19
0 commit comments