File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed
Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11Changelog
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_
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11# suppress inspection "UnusedProperty" for whole file
2- build.debug =true
2+ build.debug =false
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 11[versions ]
22dbinspector = " 5.3.4"
33gradle = " 4.2.1"
4- kotlin = " 1.5.0 "
4+ kotlin = " 1.5.10 "
55coroutines = " 1.5.0"
66core = " 1.5.0"
77appcompat = " 1.3.0"
You can’t perform that action at this time.
0 commit comments