revert target sdk until scoped storage implemented
This commit is contained in:
parent
b236e7a9cd
commit
772a3393eb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 29
|
compileSdkVersion 28
|
||||||
buildToolsVersion '28.0.3'
|
buildToolsVersion '28.0.3'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 29
|
targetSdkVersion 28
|
||||||
|
|
||||||
versionCode 3
|
versionCode 3
|
||||||
versionName '1.0.2'
|
versionName '1.0.2'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue