maxResizeWidth not found

I am getting this error whenever I build my app
ERROR:.gradle\caches\transforms-3\transformed\jetified-mobilertc\res\xml\zm_app_widget_info.xml:11: AAPT: err or: attribute android:maxResizeWidth not found.

I have tried to invalidate caches but it didn’t work and I have also included all the required dependencies
implementation ‘androidx.multidex:multidex:2.0.0’
implementation ‘androidx.recyclerview:recyclerview:1.0.0’
implementation ‘androidx.constraintlayout:constraintlayout:1.1.3’
implementation ‘androidx.security:security-crypto:1.1.0-alpha02’
implementation ‘com.google.crypto.tink:tink-android:1.5.0’
implementation ‘com.google.android.exoplayer:exoplayer-core:2.16.1’
implementation ‘com.google.android.exoplayer:exoplayer-ui:2.17.1’
implementation ‘androidx.swiperefreshlayout:swiperefreshlayout:1.1.0’
implementation ‘androidx.appcompat:appcompat:1.3.1’
implementation ‘com.google.android.material:material:1.4.0’
implementation ‘com.google.android:flexbox:2.0.1’
implementation ‘com.google.code.gson:gson:2.8.1’
implementation ‘com.github.bumptech.glide:annotations:4.11.0’
implementation ‘com.github.bumptech.glide:glide:4.11.0’
implementation ‘com.airbnb.android:lottie:4.0.0’
implementation ‘androidx.window:window:1.0.0-alpha01’
implementation ‘androidx.window:window-java:1.0.0-alpha10’
implementation ‘org.jetbrains.kotlin:kotlin-stdlib:1.5.21’
implementation ‘androidx.core:core-ktx:1.6.0’
implementation ‘androidx.core:core:1.6.0’
implementation ‘androidx.lifecycle:lifecycle-viewmodel:2.3.0’
implementation ‘androidx.lifecycle:lifecycle-runtime:2.0.0’
implementation ‘androidx.fragment:fragment-ktx:1.3.6’

compileSdkVersion 30
buildToolsVersion '30.0.3'
 minSdkVersion 21
 targetSdkVersion 30

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.