diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 3ed5a358..afc11157 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin = "2.3.21" ksp = "2.3.9" coreKtx = "1.18.0" junit = "4.13.2" -junitVersion = "1.1.5" # This is to match Compose's version +junitVersion = "1.3.0" # This is to match Compose's version espressoCore = "3.5.0" # This is to match Compose's version lifecycleRuntimeKtx = "2.10.0" activityCompose = "1.13.0"