Update async layout inflater to fix AppCompat views.

This commit is contained in:
Clark
2023-03-23 14:40:48 -04:00
committed by Cody Henthorne
parent d6a9ed1a8d
commit 98438ff8e4
4 changed files with 22 additions and 1 deletions

View File

@@ -74,6 +74,8 @@ dependencyResolutionManagement {
alias('androidx-sqlite').to('androidx.sqlite:sqlite:2.1.0')
alias('androidx-core-role').to('androidx.core:core-role:1.0.0')
alias('androidx-profileinstaller').to('androidx.profileinstaller:profileinstaller:1.2.2')
alias('androidx-asynclayoutinflater').to('androidx.asynclayoutinflater:asynclayoutinflater:1.1.0-alpha01')
alias('androidx-asynclayoutinflater-appcompat').to('androidx.asynclayoutinflater:asynclayoutinflater-appcompat:1.1.0-alpha01')
// Material
alias('material-material').to('com.google.android.material:material:1.8.0')