Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenlu committed Oct 20, 2023
1 parent 70b2cb4 commit c9cd0b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'

implementation project(path: ':QRCodeView')
// implementation project(path: ':CToolBar')
implementation project(path: ':CToolBar')
implementation project(path: ':VerifyCodeView')
implementation project(path: ':ResLibrary')
implementation project(path: ':Wallpaper')
Expand All @@ -53,7 +53,7 @@ dependencies {

//单独引用
// implementation 'com.github.hardlove.UiLibrary:QRCodeView:2.4.42'
implementation 'com.github.hardlove.UiLibrary:CToolBar:2.4.42'
// implementation 'com.github.hardlove.UiLibrary:CToolBar:2.4.42'
// implementation 'com.github.hardlove.UiLibrary:VerifyCodeView:2.4.42'
// implementation 'com.github.hardlove.UiLibrary:ResLibrary:2.4.42'
// implementation 'com.github.hardlove.UiLibrary:Wallpaper:2.4.42'
Expand Down
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ buildscript {

}
}

ext.LOCAL_REPOS = "D:\\Work\\repos"
allprojects {
repositories {
//maven本地仓库
maven { url "file://${LOCAL_REPOS}" }

//https://maven.aliyun.com/mvn/view(摘自阿里云镜像仓库服务)
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
Expand Down

0 comments on commit c9cd0b9

Please sign in to comment.