ParkSangGwon / TedPermission

Easy check permission library for Android Marshmallow
1.74k stars 238 forks source link

Unable to Add in the Module #9

Closed AnirudhLoya closed 8 years ago

AnirudhLoya commented 8 years ago

Where i need to add

maven { url "https://jitpack.io" }

i donot have project level build.gradle,so i want to add it in app module build.gradle screen shot 2016-04-14 at 5 04 40 pm

ParkSangGwon commented 8 years ago

@AnirudhLoya how about v1.0.9 version? did you add maven { url "https://jitpack.io" } in your build.gradle ?

AnirudhLoya commented 8 years ago

yes,i copy paste all class files and dependecies its working.

gogui63 commented 8 years ago

@AnirudhLoya Add

maven {
url "https://jitpack.io"
}

in build.gradle of your project not the buidl.gradle of your app :

allprojects {
        repositories {
            ...
            maven { url "https://jitpack.io" }
        }
    }
AnirudhLoya commented 8 years ago

i donot have project level build.gradle,i need to add it in app build.gradle because it is module we can say it library.

gogui63 commented 8 years ago

You can see : https://jitpack.io/docs/ANDROID/

ParkSangGwon commented 8 years ago

@AnirudhLoya https://jitpack.io/#ParkSangGwon/TedPermission/v1.0.9