Skip to content

Commit

Permalink
update 依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
MirkoWu committed Jul 23, 2022
1 parent a4957d5 commit adab210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencies {

// implementation 'com.github.mirkowu:mvm:$ext.mvm_version' //总仓库
implementation "com.github.mirkowu.mvm:lib_base:$ext.mvm_version"
compileOnly "com.github.mirkowu.mvm:lib_util:$ext.mvm_version"
implementation "com.github.mirkowu.mvm:lib_util:$ext.mvm_version"
implementation "com.github.mirkowu.mvm:lib_widget:$ext.mvm_version"
implementation "com.github.mirkowu.mvm:lib_network:$ext.mvm_version"
implementation "com.github.mirkowu.mvm:lib_webview:$ext.mvm_version"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ ext {
targetSdkVersion = 29
minSdkVersion = 21

mvm_version = '1.1.0+'
mvm_thirdparty_version = '1.0.0+'
mvm_version = 'latest.release'
mvm_thirdparty_version = 'latest.release'
core_ktx_version = '1.6.0'
appcompat_version = '1.3.1'
material_version = '1.4.0'
Expand Down

0 comments on commit adab210

Please sign in to comment.