Skip to content

Commit

Permalink
Updated support library and target sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhertz committed Sep 5, 2013
1 parent 6f1ccfb commit 2bfaaf7
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="14" />
android:targetSdkVersion="18" />

<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />
Expand Down
Binary file modified libs/android-support-v4.jar
Binary file not shown.
30 changes: 30 additions & 0 deletions proguard-project.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,33 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}


-dontwarn org.spongycastle.x509.util.LDAPStoreHelper
-dontwarn org.spongycastle.jce.provider.X509LDAPCertStoreSpi

-keep public class net.majorkernelpanic.http.* {
*;
}

-keepclassmembers class **.R$* {
public static <fields>;
}

-keep class **.R$*

-keep public class org.spongycastle.jcajce.provider.** {
*;
}

-keep public class org.spongycastle.jce.provider.JCEBlockCipher$PBEWithSHAAndTwofish {
*;
}

-keep public class org.spongycastle.jce.provider.JCESecretKeyFactory$PBEWithSHAAndDES3Key {
*;
}

-keep public class org.spongycastle.jce.provider.JCESecretKeyFactory$PBEWithSHAAndTwofish {
*;
}
4 changes: 2 additions & 2 deletions project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# project structure.

# Project target.
target=android-17
proguard.config=proguard.cfg
target=android-18
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

0 comments on commit 2bfaaf7

Please sign in to comment.