Skip to content

Commit 2faebf8

Browse files
committed
Updated build.gradle to specify com.android.support:appcompat-v7:21.0.2
1 parent ab24be9 commit 2faebf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressUtils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
dependencies {
2020
compile 'commons-lang:commons-lang:2.6'
2121
compile 'com.mcxiaoke.volley:library:1.0.+'
22-
compile 'com.android.support:support-v13:21.0.+'
22+
compile 'com.android.support:support-v13:21.0.2'
2323
}
2424

2525
android {

0 commit comments

Comments
 (0)