Hello Perry.

It is working fine with following proguard options in app's build.sbt, is 
this okay or something else can be done?

proguardOptions in Android ++= Seq(
  "-dontwarn com.myapps.libraries.android.R$*",
  "-dontwarn com.myapps.libraries.android.TR$*"
)

-- 
You received this message because you are subscribed to the Google Groups 
"scala-on-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to