Skip to content

Commit b5b71ed

Browse files
committed
Update to latest gecko view stable release
1 parent 3bd8da7 commit b5b71ed

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

OpacityCore/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
implementation libs.androidx.core.ktx
6161
implementation libs.androidx.appcompat
6262
implementation libs.material
63-
implementation libs.geckoview.nightly
63+
implementation libs.geckoview
6464
implementation libs.androidx.security.crypto
6565
implementation libs.kotlinx.serialization.json
6666
testImplementation libs.junit

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "com.opacitylabs.opacitycoreexample"
8-
compileSdk = 34
8+
compileSdk = 35
99

1010
defaultConfig {
1111
applicationId = "com.opacitylabs.opacitycoreexample"

gradle/libs.versions.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
agp = "8.3.0"
3-
geckoview = "132.0.20241110192737"
2+
agp = "8.4.0"
3+
geckoview = "137.0.20250414091429"
44
kotlin = "1.9.0"
55
coreKtx = "1.13.1"
66
junit = "4.13.2"
@@ -18,7 +18,7 @@ espressoIntents = "3.6.1"
1818
[libraries]
1919
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
2020
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "securityCrypto" }
21-
geckoview-nightly = { module = "org.mozilla.geckoview:geckoview", version.ref = "geckoview" }
21+
geckoview = { module = "org.mozilla.geckoview:geckoview", version.ref = "geckoview" }
2222
junit = { group = "junit", name = "junit", version.ref = "junit" }
2323
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
2424
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
@@ -43,4 +43,3 @@ android-application = { id = "com.android.application", version.ref = "agp" }
4343
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
4444
android-library = { id = "com.android.library", version.ref = "agp" }
4545
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version = "1.9.0" }
46-

0 commit comments

Comments
 (0)