Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Don't remove generated layouts (proguard)
Browse files Browse the repository at this point in the history
  Closes GH-9.
  • Loading branch information
jberkel committed May 19, 2010
1 parent 1118d58 commit c7b07d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/AndroidProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ abstract class AndroidProject(info: ProjectInfo) extends DefaultProject(info) {
"-keep public class * extends android.app.Service" ::
"-keep public class * extends android.appwidget.AppWidgetProvider" ::
"-keep public class * extends android.content.BroadcastReceiver" ::
"-keep public class * extends android.view.View" ::
"-keep public class * implements junit.framework.Test { public void test*(); }" :: proguardOption :: Nil

val config = new ProGuardConfiguration
Expand Down

0 comments on commit c7b07d5

Please sign in to comment.