We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c940c commit c8af9e2Copy full SHA for c8af9e2
crates/tauri-cli/templates/mobile/android/app/build.gradle.kts
@@ -64,7 +64,7 @@ dependencies {
64
implementation(platform("{{this}}")){{/each}}
65
{{~#each android-app-dependencies}}
66
implementation("{{this}}"){{/each}}
67
- implementation("androidx.webkit:webkit:1.14.1")
+ implementation("androidx.webkit:webkit:1.14.0")
68
implementation("androidx.appcompat:appcompat:1.7.1")
69
implementation("androidx.activity:activity-ktx:1.10.1")
70
implementation("com.google.android.material:material:1.12.0")
0 commit comments