Commit 10818bb5 by Lee Jaebin

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

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