switch to gitlab repo

This commit is contained in:
Fabian Freund
2025-12-15 20:36:35 +01:00
parent fd478ef4db
commit 9987231f74
@@ -3,7 +3,7 @@ version = "1.0-SNAPSHOT"
buildscript {
ext.kotlin_version = "2.1.20"
ext.mozillaComponentsVersion = '145.0.2'
ext.mozillaComponentsVersion = '145.0'
repositories {
google()
@@ -21,7 +21,7 @@ rootProject.allprojects {
mavenCentral()
//Don't touch the following, it is replaced with sed at fdroid build:
maven { name "Mozilla"; url "https://maven.mozilla.org/maven2" }
maven { name "Mozilla"; url "https://gitlab.com/api/v4/projects/71401321/packages/maven" }
// maven {
// name "Mozilla Nightly"