Skip to content

Commit 9987231

Browse files
committed
switch to gitlab repo
1 parent fd478ef commit 9987231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter_mozilla_components/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = "1.0-SNAPSHOT"
33

44
buildscript {
55
ext.kotlin_version = "2.1.20"
6-
ext.mozillaComponentsVersion = '145.0.2'
6+
ext.mozillaComponentsVersion = '145.0'
77

88
repositories {
99
google()
@@ -21,7 +21,7 @@ rootProject.allprojects {
2121
mavenCentral()
2222

2323
//Don't touch the following, it is replaced with sed at fdroid build:
24-
maven { name "Mozilla"; url "https://maven.mozilla.org/maven2" }
24+
maven { name "Mozilla"; url "https://gitlab.com/api/v4/projects/71401321/packages/maven" }
2525

2626
// maven {
2727
// name "Mozilla Nightly"

0 commit comments

Comments
 (0)