Skip to content

Commit

Permalink
Revert back to support library version 26.1.0.
Browse files Browse the repository at this point in the history
Makes bumptech#2730 less likely. We can wait until the source is released before
updating to 27 again.
  • Loading branch information
sjudd committed Dec 22, 2017
1 parent 7ffbfc9 commit ae202bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ subprojects { project ->
lintOptions {
warningsAsErrors true
quiet true
// TODO(#2730): Remove this after updating to the latest support library.
disable "GradleDependency"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ POM_SCM_DEV_CONNECTION=scm:[email protected]:bumptech/glide.git
POM_DEVELOPER_ID=sjudd
POM_DEVELOPER_NAME=Sam Judd
POM_DEVELOPER_EMAIL=[email protected]
ANDROID_SUPPORT_VERSION=27.0.2
ANDROID_SUPPORT_VERSION=26.1.0
VOLLEY_VERSION=1.0.0
OK_HTTP_VERSION=3.9.0
ANDROID_GRADLE_VERSION=3.0.1
Expand Down

0 comments on commit ae202bc

Please sign in to comment.