Skip to content

Commit

Permalink
Release 3.1.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
fondesa committed Mar 23, 2020
1 parent e28879c commit 94e0652
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Deps.kt
Expand Up @@ -26,7 +26,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:3.0.0"
const val kPermissions = "com.github.fondesa:kpermissions:3.1.0"
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.2"
const val mockitoCore = "org.mockito:mockito-core:3.3.3"
const val mockitoInLine = "org.mockito:mockito-inline:3.3.3"
Expand Down
1 change: 0 additions & 1 deletion deploy.properties
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
lib.name=KPermissions
lib.description=A Kotlin library that helps to request runtime permissions in Android.
group.id=com.github.fondesa
version.name=3.1.0
Expand Down
1 change: 1 addition & 0 deletions kpermissions-coroutines/deploy.properties
Expand Up @@ -14,3 +14,4 @@
# limitations under the License.
#
artifact.id=kpermissions-coroutines
lib.name=KPermissions-coroutines
1 change: 1 addition & 0 deletions kpermissions-rx2/deploy.properties
Expand Up @@ -14,3 +14,4 @@
# limitations under the License.
#
artifact.id=kpermissions-rx2
lib.name=KPermissions-rx2
1 change: 1 addition & 0 deletions kpermissions-rx3/deploy.properties
Expand Up @@ -14,3 +14,4 @@
# limitations under the License.
#
artifact.id=kpermissions-rx3
lib.name=KPermissions-rx3
1 change: 1 addition & 0 deletions kpermissions/deploy.properties
Expand Up @@ -14,3 +14,4 @@
# limitations under the License.
#
artifact.id=kpermissions
lib.name=KPermissions

0 comments on commit 94e0652

Please sign in to comment.