diff --git a/app/build.gradle b/app/build.gradle index d17aa38..321d2c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,11 +12,11 @@ androidExtensions { } android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { applicationId "cy.agorise.bitsybitshareswallet" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 14 versionName "0.17.1-beta" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b2fe2a8..89a2e61 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,6 +17,7 @@ android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/Theme.Bitsy" + android:requestLegacyExternalStorage="true" tools:ignore="GoogleAppIndexingWarning">