mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Further specify Android release settings in Maven profile
This commit is contained in:
parent
f0532a2730
commit
654bf49a57
10
pom.xml
10
pom.xml
|
@ -278,6 +278,14 @@
|
|||
<sdk>
|
||||
<platform>15</platform>
|
||||
</sdk>
|
||||
<proguard>
|
||||
<skip>true</skip>
|
||||
</proguard>
|
||||
<sign>
|
||||
<debug>true</debug>
|
||||
</sign>
|
||||
<release>false</release>
|
||||
<apkDebug>true</apkDebug>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -565,6 +573,8 @@
|
|||
<sign>
|
||||
<debug>false</debug>
|
||||
</sign>
|
||||
<release>true</release>
|
||||
<apkDebug>false</apkDebug>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in a new issue