Added in necessary Android project configs.

This commit is contained in:
Dorian 2012-10-16 23:49:02 -04:00
parent d64c3a11b7
commit cf02349fa3
2 changed files with 4 additions and 4 deletions

View File

@ -12,15 +12,15 @@
-keep public class * extends android.content.ContentProvider
-keep public class com.android.vending.licensing.ILicensingService
-keepclasseswithmembernames class * {
-keepclasseswithmembers class * {
native <methods>;
}
-keepclasseswithmembernames class * {
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet);
}
-keepclasseswithmembernames class * {
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int);
}

View File

@ -8,4 +8,4 @@
# project structure.
# Project target.
target=android-7
target=android-14