Skip to content

Commit dbd7079

Browse files
committed
Update androidx coordinatorlayout dependency to 1.1.0 stable
PiperOrigin-RevId: 284548325 (cherry picked from commit 8cb00cb)
1 parent ff5993d commit dbd7079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ext {
2929
appCompat : '1.1.0',
3030
cardView : '1.0.0',
3131
constraintlayout : '1.1.3',
32-
coordinatorlayout : '1.1.0-rc01', // Needed for NestedScrolling3 APIs
32+
coordinatorlayout : '1.1.0',
3333
core : '1.1.0',
3434
fragment : '1.0.0',
3535
lifecycle : '2.0.0',

0 commit comments

Comments
 (0)