Skip to content

Commit

Permalink
Update Android support libraries to 25.0.1.
Browse files Browse the repository at this point in the history
- Apparently finally fixes rect intersect crash with CoordinatorLayout and FloatingActionButton.
(cherry picked from commit cd4c494)
  • Loading branch information
UweTrottmann committed Dec 19, 2016
1 parent f81eeed commit 1c68f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {
androidVersionCode = 15224
androidVersionName = '34'

supportVersion = '25.0.1'
supportVersion = '25.1.0'

dep = [
androidPlugin: 'com.android.tools.build:gradle:2.2.3'
Expand Down

0 comments on commit 1c68f62

Please sign in to comment.