webview version check

This commit is contained in:
Finnley Somdahl 2023-12-02 21:05:06 -06:00
parent 121be4bc6f
commit 111fb16266
2 changed files with 19 additions and 0 deletions

View file

@ -67,6 +67,7 @@ dependencies {
implementation 'com.github.Blatzar:NiceHttp:0.4.4'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.webkit:webkit:1.9.0'
// Glide
ext.glide_version = '4.16.0'