Bump compileSdkVersion and targetSdkVersion to 29.
This commit is contained in:
parent
af0f2f25e6
commit
c68397c57c
2 changed files with 3 additions and 2 deletions
|
@ -12,11 +12,11 @@ androidExtensions {
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 28
|
compileSdkVersion 29
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "cy.agorise.bitsybitshareswallet"
|
applicationId "cy.agorise.bitsybitshareswallet"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 29
|
||||||
versionCode 14
|
versionCode 14
|
||||||
versionName "0.17.1-beta"
|
versionName "0.17.1-beta"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.Bitsy"
|
android:theme="@style/Theme.Bitsy"
|
||||||
|
android:requestLegacyExternalStorage="true"
|
||||||
tools:ignore="GoogleAppIndexingWarning">
|
tools:ignore="GoogleAppIndexingWarning">
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
|
|
Loading…
Reference in a new issue