fix(android): add missing dependency for KeyboardHarness app
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled

This commit is contained in:
Eberhard Beilharz 2026-06-30 12:56:50 +02:00
parent c606733a56
commit b490d20098
No known key found for this signature in database
GPG key ID: E9140597606020D3

View file

@ -60,4 +60,5 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'
implementation files('libs/keyman-engine.aar')
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.webkit:webkit:1.14.0'
}