Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proguard Expecting java type before ';' #18

Open
quevon24 opened this issue Jun 30, 2018 · 1 comment
Open

Proguard Expecting java type before ';' #18

quevon24 opened this issue Jun 30, 2018 · 1 comment

Comments

@quevon24
Copy link

Hola, estoy implementado conekta en una aplicación android con compileSdkVersion 27, minSdkVersion 19 y targetSdkVersion 26 y hago uso de proguard, agregue la regla a mi archivo:

-keep class com.conekta.** { ; }

Pero al momento de generar el apk firmado me da el error:

Warning: Exception while processing task java.io.IOException: proguard.ParseException: Expecting java type before ';' in line 24 of file 'C:\Users\user\StudioProjects\myapp\app\proguard-rules.pro'

¿Cual es la regla correcta para implementarlo?

@edenriquez
Copy link

@picharras tienes contexto de este issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants