Skip to content

Commit a897186

Browse files
committed
Downgrade support libs
1 parent 1df9b45 commit a897186

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
compile project(':wordpress-comments')
3838

3939
//noinspection GradleCompatible
40-
compile "com.android.support:appcompat-v7:25.4.0"
40+
compile "com.android.support:appcompat-v7:25.3.1"
4141
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4242
compile "org.wordpress:utils:1.16.0"
4343
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2', {

aztec/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
}
2626

2727
dependencies {
28-
compile "com.android.support:support-v4:25.4.0"
28+
compile "com.android.support:support-v4:25.3.1"
2929
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3030
compile 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
3131
compile 'org.jsoup:jsoup:1.10.2'

0 commit comments

Comments
 (0)