Attempt to fix log crash
This commit is contained in:
parent
bd06baff50
commit
4658ceeaa8
4 changed files with 17 additions and 4 deletions
|
|
@ -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 = "../.."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue