Skip to content

Commit 8009752

Browse files
committed
Updated to support lib 24.0.0
1 parent 72befc2 commit 8009752

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

WordPress/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ dependencies {
8585
}
8686
compile 'com.google.code.gson:gson:2.6.+'
8787
compile 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
88-
compile 'com.android.support:support-v13:23.4.0'
89-
compile 'com.android.support:appcompat-v7:23.4.0'
90-
compile 'com.android.support:cardview-v7:23.4.0'
91-
compile 'com.android.support:recyclerview-v7:23.4.0'
92-
compile 'com.android.support:design:23.4.0'
93-
compile 'com.android.support:percent:23.4.0'
88+
compile 'com.android.support:support-v13:24.0.0'
89+
compile 'com.android.support:appcompat-v7:24.0.0'
90+
compile 'com.android.support:cardview-v7:24.0.0'
91+
compile 'com.android.support:recyclerview-v7:24.0.0'
92+
compile 'com.android.support:design:24.0.0'
93+
compile 'com.android.support:percent:24.0.0'
9494
compile 'com.google.android.gms:play-services-gcm:8.4.0'
9595
compile 'com.google.android.gms:play-services-auth:8.4.0'
9696
compile 'com.github.chrisbanes.photoview:library:1.2.4'

0 commit comments

Comments
 (0)