Build Output:
https://gist.github.com/bmpc/8828401

Proguard Options:
 
proguardOptions += "-dontoptimize"

proguardOptions += "-keepattributes *Annotation*"

proguardOptions += "-keep class android.support.v4.app.** { *; }"

proguardOptions += "-keep interface android.support.v4.app.** { *; }"

proguardOptions += "-keep class android.support.v7.** { *; }"

proguardOptions += "-keep interface android.support.v7.** { *; }"

proguardOptions += "-keep class 
uk.co.senab.actionbarpulltorefresh.extras.actionbarcompat.** { *; }"

proguardOptions += "-keep interface 
uk.co.senab.actionbarpulltorefresh.extras.actionbarcompat.** { *; }"

proguardOptions += "-keepclasseswithmembers class 
uk.co.senab.actionbarpulltorefresh.extras.actionbarcompat.** { *;}"

proguardOptions += "-keep class 
uk.co.senab.actionbarpulltorefresh.library.** { *; }"

proguardOptions += "-keep interface 
uk.co.senab.actionbarpulltorefresh.library.** { *; }"

proguardOptions += "-keepclasseswithmembers class 
uk.co.senab.actionbarpulltorefresh.library.** { *;}"

proguardOptions += "-keep class com.novoda.imageloader.** { *; }"

proguardOptions += "-keep interface com.novoda.imageloader.** { *; }"

proguardOptions += "-keepclasseswithmembers class com.novoda.imageloader.** 
{ *;}"


On Wednesday, February 5, 2014 3:48:05 PM UTC, Nick Stanchenko wrote:
>
> Here it is:
>>
>> libraryDependencies += aarlib("com.android.support" % "appcompat-v7" % 
>> "18.0.0")
>>
>> The funny thing is that I already had this working before. I switched my 
>> machine and had to configure the project. Besides from updated libs 
>> (android sdk, SBT) everything is the same.
>>
>  
> Ok, it looks fine. Do you have any custom ProGuard configuration? Could 
> you post the output of `sbt clean apk` (perhaps in a gist)?
>

-- 
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/groups/opt_out.

Reply via email to