android:attr/lStar not found
knifemaster7 opened this issue · 2 comments
knifemaster7 commented
I'm using dev.skomlach:biometric:2.0.90, minSDKVersion 21, target SDK 29, compile SDK 29, and kotlin version 1.5.
I'm getting error AAPT: error: resource android:attr/lStar not found.
sergeykomlach commented
@knifemaster7 according to this answer https://stackoverflow.com/a/69042271 - the easiest way to solve this problem - is just to upgrade the targetSDK/compileSDK to 31 or higher.
I hope it's acceptable for your project.
sergeykomlach commented
Closed due to inactivity