Skip to content

Commit

Permalink
nerger
Browse files Browse the repository at this point in the history
  • Loading branch information
梁肖 committed May 10, 2022
1 parent 41b77a0 commit 251637d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2
PROJ_VERSION=3.8.3
PROJ_WEBSITEURL=https://github.com/GeekCodesTeam
PROJ_ISSUETRACKERURL=https://github.com/GeekCodesTeam/geeklibs
PROJ_VCSURL=https://github.com/GeekCodesTeam/geeklibs.git
Expand Down
4 changes: 2 additions & 2 deletions libgeek/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply from: "${rootDir.path}/gradle/publish.gradle"
def librarys = rootProject.ext.dependencies //
dependencies {
//
implementation project(':libbase')
implementation project(':libutils')
api project(':libbase')
api project(':libutils')
// api project(':libmvp')
// api project(':libretrofit')
// api project(':libswipebacklayout')
Expand Down

0 comments on commit 251637d

Please sign in to comment.