Skip to content

Commit

Permalink
Update readme and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan committed Jul 9, 2021
1 parent bb60a77 commit b6e350e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

## Version 5.3.6

_2021-07-09_

* Update Kotlin to 1.5.20.
* Update AndroidX Datastore to RC01.

## Version 5.3.5

_2021-05-24_
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ Then add the following dependencies in your app `build.gradle` or `build.gradle.

**Groovy**
```groovy
debugImplementation "com.infinum.dbinspector:dbinspector:5.3.5"
releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.3.5"
debugImplementation "com.infinum.dbinspector:dbinspector:5.3.6"
releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.3.6"
```
**KotlinDSL**
```kotlin
debugImplementation("com.infinum.dbinspector:dbinspector:5.3.5")
releaseImplementation("com.infinum.dbinspector:dbinspector-no-op:5.3.5")
debugImplementation("com.infinum.dbinspector:dbinspector:5.3.6")
releaseImplementation("com.infinum.dbinspector:dbinspector-no-op:5.3.6")
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# suppress inspection "UnusedProperty" for whole file
build.debug=true
build.debug=false

0 comments on commit b6e350e

Please sign in to comment.