v4.3.0, Remove build option multiDexEnabled, androidx.exifinterface 1.3.0

This commit is contained in:
tateisu 2020-09-22 22:33:10 +09:00
parent 1064d219bd
commit f5e3608883
1 changed files with 4 additions and 4 deletions

View File

@ -22,13 +22,13 @@ android {
targetSdkVersion target_sdk_version
minSdkVersion min_sdk_version
versionCode 429
versionName "4.2.9"
versionCode 430
versionName "4.3.0"
applicationId "jp.juggler.subwaytooter"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// https://stackoverflow.com/questions/47791227/java-lang-illegalstateexception-dex-archives-setting-dex-extension-only-for
multiDexEnabled true
// multiDexEnabled true
}
buildTypes {
@ -109,7 +109,7 @@ dependencies {
// PreferenceManager
implementation "androidx.preference:preference-ktx:1.1.1"
implementation "androidx.exifinterface:exifinterface:1.2.0"
implementation "androidx.exifinterface:exifinterface:1.3.0"
// CustomTabs
implementation "androidx.browser:browser:1.2.0"