Skip to content

Commit 66c940c

Browse files
committed
Add androidx.activity:activity-ktx
1 parent 720a9cf commit 66c940c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ dependencies {
6464
implementation(platform("{{this}}")){{/each}}
6565
{{~#each android-app-dependencies}}
6666
implementation("{{this}}"){{/each}}
67-
implementation("androidx.webkit:webkit:1.6.1")
68-
implementation("androidx.appcompat:appcompat:1.6.1")
69-
implementation("com.google.android.material:material:1.8.0")
67+
implementation("androidx.webkit:webkit:1.14.1")
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")
7071
testImplementation("junit:junit:4.13.2")
7172
androidTestImplementation("androidx.test.ext:junit:1.1.4")
7273
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")

0 commit comments

Comments
 (0)