Only 1.1.0-alpha01 works now due to 6eae6436c7 remove ViewCompat.setSystemGestureExclusionRects call, DrawerLayout can not support automatic opt-out behavior out of the box.
This commit is contained in:
Tlaster 2020-04-01 14:36:00 +08:00
parent 925e041a4b
commit 4bc560e8d3
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ dependencies {
implementation 'androidx.palette:palette:1.0.0'
implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
implementation 'androidx.browser:browser:1.2.0'
implementation "androidx.drawerlayout:drawerlayout:1.1.0-alpha01"
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.exifinterface:exifinterface:1.1.0'
implementation "com.twitter:twitter-text:${libVersions['TwitterText']}"