Skip to content

Commit

Permalink
#update 1.1.0 拆分第三方SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
wumeng1 authored and wumeng1 committed Jun 17, 2022
1 parent f9c2e9e commit df41b63
Show file tree
Hide file tree
Showing 24 changed files with 13 additions and 1,334 deletions.
17 changes: 11 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ dependencies {
implementation "com.github.mirkowu.mvm:lib_camera:$ext.mvm_version"
implementation "com.github.mirkowu.mvm:lib_screen:$ext.mvm_version"
implementation "com.github.mirkowu.mvm:lib_upgrade:$ext.mvm_version"
implementation "com.github.mirkowu.mvm_thirdparty:lib_umeng:$ext.mvm_thirdparty_version"
implementation "com.github.mirkowu.mvm_thirdparty:lib_bugly:$ext.mvm_thirdparty_version" //bugly 包含升级SDK 二选一
// implementation "com.github.mirkowu.mvm_thirdparty:lib_crash:$ext.mvm_thirdparty_version" //bugly 不含升级SDK 二选一

} else {
implementation project(path: ':lib_base')
implementation project(path: ':lib_util')
Expand All @@ -145,11 +143,18 @@ dependencies {
implementation project(path: ':lib_camera')
implementation project(path: ':lib_screen')
implementation project(path: ':lib_upgrade')
implementation project(path: ':lib_stat')
implementation project(path: ':lib_bugly') //bugly 包含升级SDK 二选一
// implementation project(path: ':lib_crash') //bugly 不含升级SDK 二选一
}

implementation ("com.github.mirkowu.mvm-thirdparty:lib_umeng:$ext.mvm_thirdparty_version") {
exclude group: "com.github.mirkowu.mvm", module: "lib_util" //bugly 不含升级SDK 二选一
}
implementation ("com.github.mirkowu.mvm-thirdparty:lib_bugly:$ext.mvm_thirdparty_version") {
exclude group: "com.github.mirkowu.mvm", module: "lib_upgrade" //bugly 不含升级SDK 二选一
exclude group: "com.github.mirkowu.mvm", module: "lib_widget" //bugly 不含升级SDK 二选一
exclude group: "com.github.mirkowu.mvm", module: "lib_util" //bugly 不含升级SDK 二选一
} //bugly 包含升级SDK 二选一
// implementation "com.github.mirkowu.mvm_thirdparty:lib_crash:$ext.mvm_thirdparty_version" //bugly 不含升级SDK 二选一


implementation "com.github.bumptech.glide:glide:$ext.glide_version"
//检测内测泄露
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ext {
minSdkVersion = 21

mvm_version = '1.1.0'
mvm_thirdparty_version = '1.0.0'
mvm_thirdparty_version = '1.0.0+'
core_ktx_version = '1.6.0'
appcompat_version = '1.3.1'
material_version = '1.4.0'
Expand Down
1 change: 0 additions & 1 deletion lib_bugly/.gitignore

This file was deleted.

49 changes: 0 additions & 49 deletions lib_bugly/build.gradle

This file was deleted.

39 changes: 0 additions & 39 deletions lib_bugly/proguard-rules.pro

This file was deleted.

15 changes: 0 additions & 15 deletions lib_bugly/src/main/AndroidManifest.xml

This file was deleted.

Loading

0 comments on commit df41b63

Please sign in to comment.