Skip to content

Commit c8af9e2

Browse files
committed
androidx.webkit:webkit:1.14.0
1 parent 66c940c commit c8af9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tauri-cli/templates/mobile/android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
implementation(platform("{{this}}")){{/each}}
6565
{{~#each android-app-dependencies}}
6666
implementation("{{this}}"){{/each}}
67-
implementation("androidx.webkit:webkit:1.14.1")
67+
implementation("androidx.webkit:webkit:1.14.0")
6868
implementation("androidx.appcompat:appcompat:1.7.1")
6969
implementation("androidx.activity:activity-ktx:1.10.1")
7070
implementation("com.google.android.material:material:1.12.0")

0 commit comments

Comments
 (0)