Skip to content

Commit 12ac06a

Browse files
author
Bojan
committed
Update Kotlin to 1.5.10.
1 parent 305937e commit 12ac06a

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
## Version 5.3.5
5+
6+
_2021-05-24_
7+
8+
* Update Kotlin to 1.5.10.
9+
410
## Version 5.3.4
511

612
_2021-05-20_

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ Then add the following dependencies in your app `build.gradle` or `build.gradle.
4444

4545
**Groovy**
4646
```groovy
47-
debugImplementation "com.infinum.dbinspector:dbinspector:5.3.4"
48-
releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.3.4"
47+
debugImplementation "com.infinum.dbinspector:dbinspector:5.3.5"
48+
releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.3.5"
4949
```
5050
**KotlinDSL**
5151
```kotlin
52-
debugImplementation("com.infinum.dbinspector:dbinspector:5.3.4")
53-
releaseImplementation("com.infinum.dbinspector:dbinspector-no-op:5.3.4")
52+
debugImplementation("com.infinum.dbinspector:dbinspector:5.3.5")
53+
releaseImplementation("com.infinum.dbinspector:dbinspector-no-op:5.3.5")
5454
```
5555

5656
### Usage

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# suppress inspection "UnusedProperty" for whole file
2-
build.debug=true
2+
build.debug=false

config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77
]
88
releaseConfig = [
99
"group" : "com.infinum.dbinspector",
10-
"version" : "5.3.4",
11-
"versionCode": 5 * 100 * 100 + 3 * 100 + 4
10+
"version" : "5.3.5",
11+
"versionCode": 5 * 100 * 100 + 3 * 100 + 5
1212
]
1313
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
dbinspector = "5.3.4"
33
gradle = "4.2.1"
4-
kotlin = "1.5.0"
4+
kotlin = "1.5.10"
55
coroutines = "1.5.0"
66
core = "1.5.0"
77
appcompat = "1.3.0"

0 commit comments

Comments
 (0)