Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 2e06f7f

Browse files
committed
[DO NOT LAND] Bump a-s and a-c versions for local dev.
1 parent 6ada253 commit 2e06f7f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.buildconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
componentsVersion: 0.55.0
1+
componentsVersion: 0.55.0-lina1
22
projects:
33
concept-awesomebar:
44
path: components/concept/awesomebar

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ allprojects {
3838
maven {
3939
url "https://download.servo.org/nightly/maven"
4040
}
41+
42+
mavenLocal()
4143
}
4244
}
4345

buildSrc/src/main/java/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object Versions {
2525
const val jna = "5.2.0"
2626
const val disklrucache = "2.0.2"
2727

28-
const val mozilla_appservices = "0.29.0"
28+
const val mozilla_appservices = "0.29.0-lina1"
2929
const val servo = "0.0.1.20181017.aa95911"
3030

3131
const val material = "1.0.0"

0 commit comments

Comments
 (0)