Closed ostwalankit closed 6 years ago
compile project(':woocommerseandroidoauth1library')
Placing this in app module dependency it gives error saying , Project with Path 'woocommerseandroidoauth1library' could not be found in project ':app'
help is appreciated. thank you!
You need to add the woocommercelibrary as a library module. Then add the dependency.
compile project(':woocommerseandroidoauth1library')
Placing this in app module dependency it gives error saying , Project with Path 'woocommerseandroidoauth1library' could not be found in project ':app'
help is appreciated. thank you!