From 8f2b8150941d6d6562615a4c910fc3e452b0236b Mon Sep 17 00:00:00 2001 From: Yaroslav Shevchuk Date: Mon, 8 Jun 2020 12:15:44 +0300 Subject: [PATCH] Update library version --- README.md | 4 ++-- dependencies.gradle | 4 ++-- screenshotty-lib/gradle.properties | 2 +- screenshotty-rx-lib/gradle.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ce2cb38..afe721f 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ The library combines [MediaProjection](https://developer.android.com/reference/a ## Gradle Add this to your dependencies block. ``` -implementation 'eu.bolt:screenshotty:1.0.2' +implementation 'eu.bolt:screenshotty:1.0.3' ``` To use a [reactive wrapper](https://github.com/bolteu/screenshotty/new/master?readme=1#reactive-wrapper) also add: ``` -implementation 'eu.bolt:screenshotty-rx:1.0.2' +implementation 'eu.bolt:screenshotty-rx:1.0.3' ``` ## Wiki diff --git a/dependencies.gradle b/dependencies.gradle index 1412cbd..7641ba3 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -23,8 +23,8 @@ def libs = [ kotlin : "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}", rxJava : "io.reactivex.rxjava2:rxjava:${versions.rxJava}", rxAndroid : "io.reactivex.rxjava2:rxandroid:${versions.rxAndroid}", - screenshotty : "eu.bolt:screenshotty:1.0.2", - screenshottyRx: "eu.bolt:screenshotty-rx:1.0.2" + screenshotty : "eu.bolt:screenshotty:1.0.3", + screenshottyRx: "eu.bolt:screenshotty-rx:1.0.3" ] ext { diff --git a/screenshotty-lib/gradle.properties b/screenshotty-lib/gradle.properties index 57ec86a..25b6027 100644 --- a/screenshotty-lib/gradle.properties +++ b/screenshotty-lib/gradle.properties @@ -2,4 +2,4 @@ POM_ARTIFACT_ID=screenshotty POM_NAME=screenshotty POM_PACKAGING=aar POM_DESCRIPTION=A library that simplifies taking screenshots using MediaProjection API -VERSION_NAME=1.0.2 \ No newline at end of file +VERSION_NAME=1.0.3 \ No newline at end of file diff --git a/screenshotty-rx-lib/gradle.properties b/screenshotty-rx-lib/gradle.properties index 617e5cd..954ce38 100644 --- a/screenshotty-rx-lib/gradle.properties +++ b/screenshotty-rx-lib/gradle.properties @@ -2,4 +2,4 @@ POM_ARTIFACT_ID=screenshotty-rx POM_NAME=screenshotty-rx POM_PACKAGING=aar POM_DESCRIPTION=Reactive wrapper for Screenshotty library -VERSION_NAME=1.0.2 \ No newline at end of file +VERSION_NAME=1.0.3 \ No newline at end of file