fix versions

This commit is contained in:
m2049r 2022-08-13 23:24:11 +02:00
parent 0512af1496
commit ef3ddbac71
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D
3 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "com.m2049r.xmrwallet"
minSdkVersion 21
targetSdkVersion 31
versionCode 3001
versionName "3.0.1 'Fluorine Fermi'"
versionCode 3002
versionName "3.0.2 'Fluorine Fermi'"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {

View File

@ -46,7 +46,7 @@ public class Ledger {
public static final int SW_OK = 0x9000;
public static final int SW_INS_NOT_SUPPORTED = 0x6D00;
public static final int OK[] = {SW_OK};
public static final int MINIMUM_LEDGER_VERSION = (1 << 16) + (6 << 8) + (0); // 1.6.0
public static final int MINIMUM_LEDGER_VERSION = (1 << 16) + (8 << 8) + (0); // 1.6.0
public static UsbDevice findDevice(UsbManager usbManager) {
if (!ENABLED) return null;

View File

@ -1 +1 @@
MONERUJO_monero master with monero release-v0.18.0.0-monerujo
MONERUJO_monero master with monero release-v0.18.1.0-monerujo