Skip to content

AppCompat 1.3.0 이상 권한 라이브러리 입니다.

License

Notifications You must be signed in to change notification settings

sieunju/permissions

Repository files navigation


권한 API가 AppCompat 1.3.0 이후로 변경이 되면서 그에 맞게 권한 라이브러리를 만들었습니다.


AndroidMinSdkVersion AndroidTargetSdkVersion

라이브러리 추가 하는 방법

Project Gradle

allprojects {
  repositories {
    maven { url 'https://jitpack.io' }
  }
}
  • App Module Gradle
dependencies {
  implementation 'com.github.sieunju:permissions:core:0.0.1'
}

유의사항

  • 혹시나 머티리얼을 사용하시거나 프로젝트에 사용중인 라이브러리랑 충돌이 일어나는 경우에는 아래와 같이 사용해주시면 됩니다. 🙇‍♂️
  • A.K.A exclude
implementation("com.github.sieunju.permissions:core:$lateversion") {
        exclude("androidx.appcompat:appcompat")
}

About

AppCompat 1.3.0 이상 권한 라이브러리 입니다.

Resources

License

Stars

Watchers

Forks

Languages