revert target sdk until scoped storage implemented

This commit is contained in:
dkanada 2020-07-12 07:06:53 +09:00
commit 772a3393eb

View file

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