Answer the question
In order to leave comments, you need to log in
Why, after generating a signed APK, did authorization through social networks stop working? networks (Vkontakte, Facebook, google)?
During the normal assembly of the application, everything works fine, and when generating a signed file, authorization falls off, as if the keys had gone somewhere or changed.
Assembly:
lintOptions {
disable 'MissingTranslation'
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
proguardFile 'C:/android/key.jks'
}
}
-dontwarn com.google.android.gms.internal.zzbdo
-dontwarn okio.**
Answer the question
In order to leave comments, you need to log in
the reason, most likely, is that the proguard saws off things that are unnecessary in his opinion. add exceptions.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question