Commit ec727766 by Kim Jinsung

Bug #42631【@Form】画像添付できない

parent c5440035
...@@ -49,7 +49,8 @@ ...@@ -49,7 +49,8 @@
android:allowBackup="false" android:allowBackup="false"
tools:replace="android:allowBackup" tools:replace="android:allowBackup"
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
android:largeHeap="true" > android:largeHeap="true"
android:requestLegacyExternalStorage="true">
<!-- LinkingビーコンIFの使用宣言 --> <!-- LinkingビーコンIFの使用宣言 -->
<meta-data <meta-data
......
...@@ -17,11 +17,12 @@ dependencies { ...@@ -17,11 +17,12 @@ dependencies {
} }
android { android {
compileSdkVersion 26 compileSdkVersion 29
buildToolsVersion '28.0.3' buildToolsVersion '28.0.3'
defaultConfig { defaultConfig {
minSdkVersion 23 minSdkVersion 23
compileSdkVersion 29
multiDexEnabled true multiDexEnabled true
// from gradle.properties // from gradle.properties
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment