Issue
i updated android studio and build.gradle changed. In old versions, I was able to add like:
dependencies {
def lifeCycleExtensionVersion = '1.1.1'
implementation "android.arch.lifecycle:extensions:$lifeCycleExtensionVersion"}
But now i am getting error how can i add
Solution
You are getting different error not as you mentioned in question please follow this URL
duplicate-class-android-support-v4-app-inotificationsidechannel-found-in-modules
Answered By - Irfan Anwar
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.