AndroidDependencyManagement icon indicating copy to clipboard operation
AndroidDependencyManagement copied to clipboard

Results 6 AndroidDependencyManagement issues
Sort by recently updated
recently updated
newest added

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" }, ```