externalize zxing lib, fix gradle build

This commit is contained in:
Dominik Schürmann
2014-01-06 22:52:45 +01:00
parent 7671c99b97
commit ccb462e94f
103 changed files with 20 additions and 1155 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.zxing"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="19" />
</manifest>