Commit ec727766 by Kim Jinsung

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

parent c5440035
......@@ -49,7 +49,8 @@
android:allowBackup="false"
tools:replace="android:allowBackup"
android:usesCleartextTraffic="true"
android:largeHeap="true" >
android:largeHeap="true"
android:requestLegacyExternalStorage="true">
<!-- LinkingビーコンIFの使用宣言 -->
<meta-data
......
......@@ -17,11 +17,12 @@ dependencies {
}
android {
compileSdkVersion 26
compileSdkVersion 29
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 23
compileSdkVersion 29
multiDexEnabled true
// 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