Posted by
sapan
on
- Get link
- Other Apps
setting.gradle
for the project include the module with the pathinclude ':app', ':pix'
project(':pix').projectDir = new File('PixImagePicker/pix')
build.gradle
add the projectimplementation(project(':pix'))
{
exclude group: 'com.android.support:support-fragment'
exclude group: 'android.support.design.widget.CoordinatorLayout'
}
Comments
Post a Comment