We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd478ef commit 9987231Copy full SHA for 9987231
packages/flutter_mozilla_components/android/build.gradle
@@ -3,7 +3,7 @@ version = "1.0-SNAPSHOT"
3
4
buildscript {
5
ext.kotlin_version = "2.1.20"
6
- ext.mozillaComponentsVersion = '145.0.2'
+ ext.mozillaComponentsVersion = '145.0'
7
8
repositories {
9
google()
@@ -21,7 +21,7 @@ rootProject.allprojects {
21
mavenCentral()
22
23
//Don't touch the following, it is replaced with sed at fdroid build:
24
- maven { name "Mozilla"; url "https://maven.mozilla.org/maven2" }
+ maven { name "Mozilla"; url "https://gitlab.com/api/v4/projects/71401321/packages/maven" }
25
26
// maven {
27
// name "Mozilla Nightly"
0 commit comments