From 669516c60b96aa083f576ff9bf17df520bf591dc Mon Sep 17 00:00:00 2001 From: m2049r Date: Thu, 6 May 2021 00:03:39 +0200 Subject: [PATCH] add USE_FINGERPRINT again (#766) and update sdk --- app/build.gradle | 6 +++--- app/src/main/AndroidManifest.xml | 5 +++-- build.gradle | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index edc284772d..df633e0136 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,14 +2,14 @@ apply plugin: 'com.android.application' android { compileSdkVersion 30 - buildToolsVersion '29.0.3' + buildToolsVersion '30.0.3' ndkVersion '17.2.4988734' defaultConfig { applicationId "com.m2049r.xmrwallet" minSdkVersion 21 targetSdkVersion 30 - versionCode 1005 - versionName "2.0.5 'Puginarug'" + versionCode 1006 + versionName "2.0.6 'Puginarug'" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e17df51422..4902ec0a48 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -4,6 +4,7 @@ + @@ -11,11 +12,11 @@ @@ -34,7 +35,7 @@ android:configChanges="orientation|keyboardHidden|uiMode" android:label="@string/wallet_activity_name" android:launchMode="singleTask" - android:screenOrientation="behind"/> + android:screenOrientation="behind" />