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