diff --git a/gradle.properties b/gradle.properties index e15ab6a9..c556714e 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.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 diff --git a/libgeek/build.gradle b/libgeek/build.gradle index 52d4c9c5..c130494a 100644 --- a/libgeek/build.gradle +++ b/libgeek/build.gradle @@ -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')