Install SoulPermission
masterTo use SoulPermission in your Android project, add the dependency to your build.gradle file. It is highly recommended to use AndroidX.
For AndroidX projects (Recommended):
dependencies {
implementation 'com.github.soulqw:SoulPermission:1.4.0'
}For legacy projects (Support Library 28):
If your application has not yet migrated to AndroidX, use version 1.2.2. Note that version 1.2.2 is the last version to support support28 and will not receive new features.
dependencies {
implementation 'com.qw:soulpermission:1.2.2'
}dependencies {
implementation 'com.github.soulqw:SoulPermission:1.4.0'
}