Commit ee443fea by Lee Jaebin

OS 9対応(http通信失敗)

parent cda5fd0b
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
android:theme="@style/ABook" android:theme="@style/ABook"
android:allowBackup="false" android:allowBackup="false"
tools:replace="android:allowBackup" tools:replace="android:allowBackup"
android:usesCleartextTraffic="true"
android:largeHeap="true" > android:largeHeap="true" >
<service android:name="jp.agentec.abook.abv.cl.push.ABVFcmListenerService"> <service android:name="jp.agentec.abook.abv.cl.push.ABVFcmListenerService">
<intent-filter> <intent-filter>
......
...@@ -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