TheSomeshKumar / PermissionMadeEasy

Android Library for Easily calling Runtime Permission on Android Marshmallow and above

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDK 14

MrNouri opened this issue · comments

thanks for this library.
your minSDK is 19, please set this 14 . thanks

thanks dear

After update to 1.1.1 show me below error in build tab

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.someshkumar049:permissionmadeeasy:1.1.1.
Open File
Show Details


Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.someshkumar049:permissionmadeeasy:1.1.1.
Open File
Show Details


Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve com.github.someshkumar049:permissionmadeeasy:1.1.1.
Open File
Show Details


Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve com.github.someshkumar049:permissionmadeeasy:1.1.1.
Open File
Show Details


Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve com.github.someshkumar049:permissionmadeeasy:1.1.1.
Open File
Show Details

@MrNouri v 1.1.1 is working fine for me. Are you sure offline work is unchecked in File > Settings > Build, Execution, Deployment > Gradle ?

no my friend not offline.
my gradle is online

I double checked. Everything is working fine this side.. maybe you're missing something? Have you put maven { url 'https://jitpack.io' } in project level build.gradle? Or maybe try clearing chache and resrart Android studio.