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
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'
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