Skip to content

Commit 3e8b066

Browse files
committed
Move to stable version of geckoview
1 parent 4fa5111 commit 3e8b066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
agp = "8.3.0"
3-
geckoviewNightly = "132.0.20240918041351"
3+
geckoview = "132.0.20241110192737"
44
kotlin = "1.9.0"
55
coreKtx = "1.13.1"
66
junit = "4.13.2"
@@ -17,7 +17,7 @@ securityCrypto = "1.1.0-alpha06"
1717
[libraries]
1818
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
1919
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "securityCrypto" }
20-
geckoview-nightly = { module = "org.mozilla.geckoview:geckoview-nightly", version.ref = "geckoviewNightly" }
20+
geckoview-nightly = { module = "org.mozilla.geckoview:geckoview", version.ref = "geckoview" }
2121
junit = { group = "junit", name = "junit", version.ref = "junit" }
2222
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
2323
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }

0 commit comments

Comments
 (0)