Switch to release and rebuild (unsigned)
This commit is contained in:
parent
1d7209d016
commit
694beec763
2 changed files with 1 additions and 1 deletions
BIN
app.apk
BIN
app.apk
Binary file not shown.
|
@ -13,7 +13,7 @@ import android.util.Log;
|
||||||
|
|
||||||
public class Utilities
|
public class Utilities
|
||||||
{
|
{
|
||||||
final static boolean DEBUG = true;
|
final static boolean DEBUG = false;
|
||||||
public static String bytesToHex(byte[] in) {
|
public static String bytesToHex(byte[] in) {
|
||||||
final StringBuilder builder = new StringBuilder();
|
final StringBuilder builder = new StringBuilder();
|
||||||
for(byte b : in) {
|
for(byte b : in) {
|
||||||
|
|
Loading…
Reference in a new issue