update:2021.03.16
fix:
add: migrate to androidx
This commit is contained in:
2021-03-16 15:49:25 +08:00
parent 5a943fc34f
commit b9563baf1e
30 changed files with 72 additions and 120 deletions

View File

@@ -202,7 +202,7 @@
<!-- 发到其他市场的 APK 可以设置为 xxx-market。 -->
<!-- 目前这个渠道统计功能的报表还未开放。 -->
<provider
android:name="android.support.v4.content.FileProvider"
android:name="androidx.core.content.FileProvider"
android:authorities="com.jiaoguanyi.appstore.fileprovider"
android:exported="false"
android:grantUriPermissions="true">