ソースを参照

Updated dependency versions

Vadik Sirekanyan 5 年 前
コミット
75486a73cd

+ 3 - 3
app/build.gradle.kts

@@ -46,8 +46,8 @@ android {
 
 dependencies {
     // androidx libraries
-    implementation("androidx.appcompat:appcompat:1.1.0")
-    implementation("androidx.constraintlayout:constraintlayout:1.1.3")
+    implementation("androidx.appcompat:appcompat:1.2.0")
+    implementation("androidx.constraintlayout:constraintlayout:2.0.1")
     implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
     implementation("androidx.browser:browser:1.2.0")
 
@@ -66,7 +66,7 @@ dependencies {
     implementation("com.squareup.okhttp3:logging-interceptor:3.14.9")
 
     // etc
-    implementation("com.google.android.material:material:1.1.0")
+    implementation("com.google.android.material:material:1.2.1")
     implementation("com.github.bumptech.glide:glide:4.11.0")
 
     // crash reporting

+ 2 - 2
app/src/main/res/layout/bottom_sheet_dialog_item.xml

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="48dp"
@@ -12,8 +13,7 @@
         android:layout_width="24dp"
         android:layout_height="24dp"
         android:layout_gravity="center_vertical"
-        android:tint="?android:textColorSecondary"
-        android:tintMode="src_in"
+        app:tint="?android:textColorSecondary"
         tools:ignore="ContentDescription"
         tools:src="@drawable/ic_edit" />