-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
After update com.google.android.material:material from 1.12.0 to 1.13.0 my app crashed:
FATAL EXCEPTION: main
Caused by: java.lang.NoSuchFieldError: No field editTextStyle of type I in
at com.santalu.maskara.widget.MaskEditText.<init>(MaskEditText.kt:22)
where MaskEditText.kt:22:
18 @SuppressLint("Recycle")
19 class MaskEditText @JvmOverloads constructor(
20 context: Context,
21 attrs: AttributeSet? = null,
22 -> defStyleAttr: Int = com.google.android.material.R.attr.editTextStyle
23 ) : TextInputEditText(context, attrs, defStyleAttr) {
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels