anitaa1990 / Biometric-Auth-Sample

Add Biometric Authentication to any Android app
247 stars 141 forks source link

Style not found #3

Closed feliwir closed 5 years ago

feliwir commented 5 years ago

Hey, i'm getting the following error when trying to use your package: Output: error: resource style/Theme.Design.Light.BottomSheetDialog (aka org.mes:style/Theme.Design.Light.BottomSheetDialog) not found.

How can i fix this?

feliwir commented 5 years ago

Seems like my app was missing com.android.support:design:28.0.0-alpha1

DhruvaSambrani commented 5 years ago

Shouldn't this be made into a dependency of this library? I got the same error and solved this the same way. Please open this issue again so that it can be rectified

DhruvaSambrani commented 5 years ago

Infact with migration to AndroidX, com.google.android.material:material:1.0.0 should be used