Created
June 24, 2013 13:02
-
-
Save twinsant/5849875 to your computer and use it in GitHub Desktop.
Patch ZBar android sdk.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -r 38e78368283d android/AndroidManifest.xml | |
| --- a/android/AndroidManifest.xml Sun Oct 14 23:02:08 2012 -0700 | |
| +++ b/android/AndroidManifest.xml Mon Jun 24 21:01:24 2013 +0800 | |
| @@ -3,6 +3,7 @@ | |
| package="net.sourceforge.zbar.android" | |
| android:versionCode="1" | |
| android:versionName="1.0"> | |
| + <uses-sdk android:minsdkversion="8" /> | |
| <application android:label="@string/app_name" > | |
| <activity android:name="ACTIVITY_ENTRY_NAME" | |
| android:label="@string/app_name"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment