Switch to release and rebuild (unsigned)

This commit is contained in:
askiiart 2023-09-09 15:28:12 -05:00
parent 1d7209d016
commit 694beec763
No known key found for this signature in database
GPG key ID: 839CB93C6E6B133B
2 changed files with 1 additions and 1 deletions

BIN
app.apk

Binary file not shown.

View file

@ -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) {