Bump compileSdkVersion and targetSdkVersion to 29.

master
Severiano Jaramillo 2020-12-25 16:33:33 -08:00
parent af0f2f25e6
commit c68397c57c
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -17,6 +17,7 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.Bitsy"
android:requestLegacyExternalStorage="true"
tools:ignore="GoogleAppIndexingWarning">
<meta-data