(feat): dep updates #52
1 changed files with 2 additions and 2 deletions
Merge pull request 'chore(deps): update dependency androidx.activity:activity-ktx to v1.13.0' (#43) into dev
# Conflicts: # apps/tauri/src-tauri/gen/android/app/build.gradle.kts
commit
d59f9455bf
|
|
@ -76,11 +76,11 @@ rust {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("androidx.webkit:webkit:1.16.0")
|
implementation("androidx.webkit:webkit:1.16.0")
|
||||||
implementation("androidx.appcompat:appcompat:1.7.1")
|
implementation("androidx.appcompat:appcompat:1.7.1")
|
||||||
implementation("androidx.activity:activity-ktx:1.10.1")
|
implementation("androidx.activity:activity-ktx:1.13.0")
|
||||||
implementation("com.google.android.material:material:1.14.0")
|
implementation("com.google.android.material:material:1.14.0")
|
||||||
testImplementation("junit:junit:4.13.2")
|
testImplementation("junit:junit:4.13.2")
|
||||||
androidTestImplementation("androidx.test.ext:junit:1.3.0")
|
androidTestImplementation("androidx.test.ext:junit:1.3.0")
|
||||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")
|
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
apply(from = "tauri.build.gradle.kts")
|
apply(from = "tauri.build.gradle.kts")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue