Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fondesa committed Mar 9, 2020
1 parent 388c24b commit 2c58d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Deps {
const val kotlinStdLib = "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70"
const val kotlinPlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70"
const val ktlint = "org.jlleitschuh.gradle:ktlint-gradle:9.2.1"
const val kPermissions = "com.github.fondesa:kpermissions:2.0.2"
const val kPermissions = "com.github.fondesa:kpermissions:3.0.0"
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.2"
const val mockitoCore = "org.mockito:mockito-core:3.3.1"
const val mockitoInLine = "org.mockito:mockito-inline:3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion deploy.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lib.name=KPermissions
lib.description=A Kotlin library that helps to request runtime permissions in Android.
group.id=com.github.fondesa
artifact.id=kpermissions
version.name=2.0.2
version.name=3.0.0
version.description=For further information check: https://github.com/Fondesa/KPermissions
site.url=https://github.com/Fondesa/KPermissions
issue.tracker.url=https://github.com/Fondesa/KPermissions/issues
Expand Down

0 comments on commit 2c58d51

Please sign in to comment.