Skip to content

Commit

Permalink
Update library version
Browse files Browse the repository at this point in the history
  • Loading branch information
yarolegovich committed Jun 8, 2020
1 parent 6e5af65 commit 8f2b815
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion screenshotty-lib/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
VERSION_NAME=1.0.3
2 changes: 1 addition & 1 deletion screenshotty-rx-lib/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
VERSION_NAME=1.0.3

0 comments on commit 8f2b815

Please sign in to comment.