Commit 10818bb5 by Lee Jaebin

os 9でhttp通信有効設定・allowBackUpをfalse設定

parent 5f2ecaec
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="jp.agentec.abookplus" package="jp.agentec.abookplus"
android:versionCode="1" android:versionCode="1"
android:versionName="@string/version_name" android:versionName="@string/version_name"
...@@ -44,6 +45,9 @@ ...@@ -44,6 +45,9 @@
android:icon="@drawable/app_icon" android:icon="@drawable/app_icon"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/ABook" android:theme="@style/ABook"
android:allowBackup="false"
tools:replace="android:allowBackup"
android:usesCleartextTraffic="true"
android:largeHeap="true" > android:largeHeap="true" >
<!-- LinkingビーコンIFの使用宣言 --> <!-- LinkingビーコンIFの使用宣言 -->
......
...@@ -17,8 +17,8 @@ dependencies { ...@@ -17,8 +17,8 @@ dependencies {
} }
android { android {
compileSdkVersion 21 compileSdkVersion 28
buildToolsVersion '27.0.3' buildToolsVersion '28.0.3'
defaultConfig { defaultConfig {
minSdkVersion 23 minSdkVersion 23
......
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