srctree

Roee Hershberg parent 18f1d1ce b2452e9f
Update Appcompat library while fixing the introduced error

inlinesplit
atox/src/main/res/layout/profile_image_layout.xml added: 4, removed: 5, total 0
@@ -10,6 +10,7 @@
android:layout_width="38dp"
android:layout_height="38dp"
android:contentDescription="@string/profile_photo_description"
app:strokeColor="@null"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:shapeAppearanceOverlay="@style/CircleImageView" />
 
buildSrc/src/main/kotlin/Dependencies.kt added: 4, removed: 5, total 0
@@ -45,9 +45,7 @@ object AndroidX {
}
 
const val activity = "androidx.activity:activity:1.4.0"
// TODO(robinlinden): Updating appcompat to 1.4.0 causes hundreds of
// `E/AppCompatResources: Failed to inflate ColorStateList, leaving it to the framework`
const val appcompat = "androidx.appcompat:appcompat:1.3.1"
const val appcompat = "androidx.appcompat:appcompat:1.4.1"
const val constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.3"
const val fragment = "androidx.fragment:fragment:1.4.0"