mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-14 14:10:56 +00:00
Upgrade bugly
This commit is contained in:
@@ -100,7 +100,7 @@ dependencies {
|
||||
compile 'com.github.houxg:FlexLayout:1.2'
|
||||
|
||||
compile 'net.danlew:android.joda:2.9.5'
|
||||
compile group: 'com.tencent.bugly', name: 'crashreport_upgrade', version: '1.2.1'
|
||||
compile 'com.tencent.bugly:crashreport_upgrade:latest.release'
|
||||
compile 'com.elvishew:xlog:1.3.0'
|
||||
compile 'com.github.piasy:BigImageViewer:1.2.5'
|
||||
compile 'com.github.piasy:GlideImageLoader:1.2.5'
|
||||
|
@@ -66,16 +66,6 @@
|
||||
android:name="com.tencent.bugly.beta.ui.BetaActivity"
|
||||
android:theme="@android:style/Theme.Translucent" />
|
||||
|
||||
<provider
|
||||
android:name="android.support.v4.content.FileProvider"
|
||||
android:authorities="com.leanote.android.fileProvider"
|
||||
android:exported="false"
|
||||
android:grantUriPermissions="true">
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/provider_paths" />
|
||||
</provider>
|
||||
|
||||
<receiver
|
||||
android:name=".appwidget.NoteAppWidget"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
|
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- /storage/emulated/0/Download/${applicationId}/.beta/apk-->
|
||||
<external-path name="beta_external_path" path="Download/"/>
|
||||
<!--/storage/emulated/0/Android/data/${applicationId}/files/apk/-->
|
||||
<external-path name="beta_external_files_path" path="Android/data/"/>
|
||||
</paths>
|
Reference in New Issue
Block a user