Skip to content

Commit

Permalink
merger
Browse files Browse the repository at this point in the history
  • Loading branch information
梁肖 committed May 11, 2022
1 parent 251637d commit 4fc05a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android.injected.testOnly=false
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
PROJ_GROUP=com.geek
PROJ_VERSION=3.8.3
PROJ_VERSION=3.8.4
PROJ_WEBSITEURL=https://github.com/GeekCodesTeam
PROJ_ISSUETRACKERURL=https://github.com/GeekCodesTeam/geeklibs
PROJ_VCSURL=https://github.com/GeekCodesTeam/geeklibs.git
Expand Down
22 changes: 11 additions & 11 deletions libbase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ android {
// }
}
dependencies {
implementation project(':libutils')
implementation project(':libmvp')
implementation project(':libretrofit')
implementation project(':libswipebacklayout')
implementation project(':libwebview')
implementation project(':libagentweb20')
implementation project(':libglide47')
implementation project(':librararyforfileprovdider')
implementation project(':liblanguage')
implementation project(':libtablayout')
implementation project(':libopendroid')
api project(':libutils')
api project(':libmvp')
api project(':libretrofit')
api project(':libswipebacklayout')
api project(':libwebview')
api project(':libagentweb20')
api project(':libglide47')
api project(':librararyforfileprovdider')
api project(':liblanguage')
api project(':libtablayout')
api project(':libopendroid')

}

0 comments on commit 4fc05a9

Please sign in to comment.