We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409269d commit 1b5fe2cCopy full SHA for 1b5fe2c
app/build.gradle
@@ -716,8 +716,8 @@ dependencies {
716
googlePlayImplementation("com.google.android.play:core-ktx:1.8.1")
717
718
// Glide
719
- implementation 'com.github.bumptech.glide:glide:4.12.0'
720
- kapt 'com.github.bumptech.glide:compiler:4.12.0'
+ implementation 'com.github.bumptech.glide:glide:4.15.1'
+ kapt 'com.github.bumptech.glide:compiler:4.15.1'
721
722
// Room
723
def room_version = "2.4.3"
app/src/main/res/layout/chrome_home.xml
@@ -50,8 +50,7 @@
50
android:adjustViewBounds="true"
51
android:background="@drawable/round_selectable_item_bg"
52
android:padding="8dp"
53
- android:visibility="gone"
54
- app:tint="@color/white" />
+ android:visibility="gone" />
55
</androidx.appcompat.widget.Toolbar>
56
57
<com.google.android.material.tabs.TabLayout
0 commit comments