Skip to content
This repository was archived by the owner on Nov 20, 2019. It is now read-only.

Adding Akka specific rules. #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ proguardFiles(proGuardFileCollection)
* [ActionBarSherlock 4.4.0](http://actionbarsherlock.com/)
* [ActiveAndroid](http://www.activeandroid.com/)
* [Adjust](https://github.com/adjust/android_sdk)
* [Akka](http://akka.io/)
* [Amazon Web Services 1.6.x / 1.7.x](https://aws.amazon.com/releasenotes/Android/1855915734308772)
* [Amazon Web Services 2.1.x](https://github.com/aws/aws-sdk-android)
* [AndroidAnnotations](http://androidannotations.org/)
Expand Down
10 changes: 10 additions & 0 deletions libraries/proguard-akka-2.3.16.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Akka 2.3.16 specific rules ##

-keep class akka.** { *; }
-keep class com.typesafe.config.** { *; }
-keep class scala.** { *; }

-dontwarn sun.misc.Unsafe
-dontwarn sun.reflect.Reflection

-keepattributes InnerClasses