mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Let Proguard work for release builds
git-svn-id: https://zxing.googlecode.com/svn/trunk@2039 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
9e9e5671d9
commit
8198d32f53
|
@ -9,3 +9,4 @@
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-10
|
target=android-10
|
||||||
|
proguard.config=proguard.cfg
|
|
@ -28,8 +28,7 @@
|
||||||
android:anyDensity="true"/>
|
android:anyDensity="true"/>
|
||||||
<uses-feature android:name="android.hardware.camera"/>
|
<uses-feature android:name="android.hardware.camera"/>
|
||||||
<application android:label="@string/app_name"
|
<application android:label="@string/app_name"
|
||||||
android:icon="@drawable/icon"
|
android:icon="@drawable/icon">
|
||||||
android:debuggable="true">
|
|
||||||
<activity android:name="ZXingTestActivity"
|
<activity android:name="ZXingTestActivity"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:screenOrientation="portrait">
|
android:screenOrientation="portrait">
|
||||||
|
|
|
@ -9,3 +9,4 @@
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-10
|
target=android-10
|
||||||
|
proguard.config=proguard.cfg
|
Loading…
Reference in a new issue