Attempt to fix log crash

This commit is contained in:
Anton Tananaev 2025-07-09 22:12:21 -07:00
parent bd06baff50
commit 4658ceeaa8
4 changed files with 17 additions and 4 deletions

View file

@ -2,9 +2,6 @@ allprojects {
ext {
set("appCompatVersion", "1.7.0")
set("playServicesLocationVersion", "21.3.0")
// Test logging crash
set("logbackVersion", "1.3.0-3")
set("slf4jVersion", "1.7.25")
}
repositories {
google()