Fancybuttons icon indicating copy to clipboard operation
Fancybuttons copied to clipboard

I cannot use implementation "com.android.support:appcompat-v7:$support_lib_version"

Open aldochristian opened this issue 5 years ago • 1 comments

Hi team,

I'm not able to sync gradle for this implementation "com.android.support:appcompat-v7:$support_lib_version" I'm using Android Studio 3.2.1 buil on October 9, 2018 Hope someone can help

aldochristian avatar Oct 24 '18 03:10 aldochristian

that's because you will already have something similar. You should already have in your build.gradle: implementation 'com.android.support:appcompat-v7:28.0.0'

danieldcoded avatar Oct 30 '18 04:10 danieldcoded