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

@ -65,6 +65,11 @@ android {
}
}
dependencies {
implementation("org.slf4j:slf4j-api:2.0.7")
implementation("com.github.tony19:logback-android:3.0.0")
}
flutter {
source = "../.."
}