Commit f1eea383 by Takatoshi Miura

APKファイル容量が大きくなる問題対応

parent bfe616cb
...@@ -51,7 +51,8 @@ ...@@ -51,7 +51,8 @@
tools:replace="android:allowBackup" tools:replace="android:allowBackup"
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
android:largeHeap="true" android:largeHeap="true"
android:requestLegacyExternalStorage="true"> android:requestLegacyExternalStorage="true"
android:extractNativeLibs="true">
<service android:name="jp.agentec.abook.abv.cl.push.ABVFcmListenerService" android:exported="true"> <service android:name="jp.agentec.abook.abv.cl.push.ABVFcmListenerService" android:exported="true">
<intent-filter> <intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT"></action> <action android:name="com.google.firebase.MESSAGING_EVENT"></action>
......
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