From 4fc05a9bf09f531a40fa8f294a8f6ade53a20763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=82=96?= Date: Wed, 11 May 2022 10:07:54 +0800 Subject: [PATCH] merger --- gradle.properties | 2 +- libbase/build.gradle | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gradle.properties b/gradle.properties index c556714e..db8d473e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/libbase/build.gradle b/libbase/build.gradle index 93726e66..b59b99cf 100644 --- a/libbase/build.gradle +++ b/libbase/build.gradle @@ -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') } \ No newline at end of file