From 8165abf71d9285b4ae87bf3dd05e4ef9dbfa0845 Mon Sep 17 00:00:00 2001 From: Adam Wushensky Date: Tue, 14 Jul 2020 14:02:45 -0700 Subject: [PATCH] Update version --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 128e9d2..be1529a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The scan-framework libraries are published in the [jcenter](https://jcenter.bint ```gradle dependencies { - implementation 'com.getbouncer:scan-framework:2.0.0013' + implementation 'com.getbouncer:scan-framework:2.0.0014' } ``` diff --git a/gradle.properties b/gradle.properties index 686ee11..7e36828 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,4 +19,4 @@ android.useAndroidX=true android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -version=2.0.0013 +version=2.0.0014