Try different logging versions
This commit is contained in:
parent
8b1cc8482b
commit
0e450899ee
2 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,9 @@ allprojects {
|
||||||
ext {
|
ext {
|
||||||
set("appCompatVersion", "1.7.0")
|
set("appCompatVersion", "1.7.0")
|
||||||
set("playServicesLocationVersion", "21.3.0")
|
set("playServicesLocationVersion", "21.3.0")
|
||||||
|
// Test logging crash
|
||||||
|
set("logbackVersion", "1.3.0-3")
|
||||||
|
set("slf4jVersion", "1.7.25")
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
name: traccar_client
|
name: traccar_client
|
||||||
description: "Traccar Client"
|
description: "Traccar Client"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 9.0.0+91
|
version: 9.0.0+92
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.7.2
|
sdk: ^3.7.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue