AndroidDependencyManagement
AndroidDependencyManagement copied to clipboard
Getting an error tried to implement way you said in your caster.io lecture. ``` ERROR: Failed to resolve: androidx.appcompat:appcompat: Affected Modules: app ERROR: Failed to resolve: androidx Affected Modules: app...
I successfully implemented but when there is new version, does not give new version available suggestions
Hi there ! I followed up your tutorial (which is very good btw) but it does not seems to work on Android Studio 3.3 (no autocomplete and no color). I...
Nice sample, However how can you exclude groups like this? ``` rest_mockwebserver : dependencies.create("com.github.andrzejchm.RESTMock:android:$rest_mockwebserver_version") { exclude group: "com.squareup.okio" exclude group: "com.squareup.okhttp3" }, ```