You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: