Karumi / Dexter

Android library that simplifies the process of requesting permissions at runtime.
http://karumi.com
Apache License 2.0
5.23k stars 671 forks source link

still getting Erroe in library #230

Closed ppda1996 closed 5 years ago

ppda1996 commented 5 years ago

Expected behaviour

Actual behaviour

dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:28.0.0' //still got error of com.android.support library must use the exact same version specification after adding dexter library and syncing. implementation 'com.android.support.constraint:constraint-layout:1.1.3' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' implementation 'com.karumi:dexter:5.0.0' }

Steps to reproduce

Version of the library

com.karumi:dexter:5.0.0

mainuddinprodan commented 5 years ago

Network do not working

pedrovgs commented 5 years ago

Could you please describe the error properly?