Commit ee443fea by Lee Jaebin

OS 9対応(http通信失敗)

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