Skip to content

Commit 2a98a65

Browse files
committed
Set version to 27.2.0.
1 parent fab095c commit 2a98a65

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.buildconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
componentsVersion: 29.0.0
1+
componentsVersion: 27.2.0
22
projects:
33
concept-awesomebar:
44
path: components/concept/awesomebar
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package org.mozilla.samples.browser
2+
3+
import mozilla.components.support.migration.AbstractMigrationService
4+
import mozilla.components.support.migration.state.MigrationStore
5+
import org.mozilla.samples.browser.ext.components
6+
7+
/**
8+
* Something.
9+
*/
10+
class MigrationService : AbstractMigrationService() {
11+
override val migrator by lazy { components.migrator }
12+
override val store: MigrationStore by lazy { components.migrationStore }
13+
}

0 commit comments

Comments
 (0)