Inflearn Community Q&A
verifyError 해결
Written on
·
774
0
java.lang.VerifyError: Verifier rejected class com.google.android.gms.auth.api.Auth
build.gradle app부분 버젼 바꿔주니까 해결됏습니다 이거 때문에 고생했네요
// implementation 'com.google.android.gms:play-services:12.0.1'
implementation 'com.google.android.gms:play-services-auth:18.1.0'
androidkotlin클론코딩
Answer
This question is waiting for answers
Be the first to answer!





