Fix AutotuneFragment InputWeekDay
This commit is contained in:
parent
66ca375bc6
commit
d359c8563b
2 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,5 @@ dependencies {
|
||||||
|
|
||||||
// APS
|
// APS
|
||||||
api 'org.mozilla:rhino:1.7.14'
|
api 'org.mozilla:rhino:1.7.14'
|
||||||
|
implementation project(path: ':plugins:automation')
|
||||||
}
|
}
|
|
@ -54,5 +54,4 @@ dependencies {
|
||||||
|
|
||||||
// Overview
|
// Overview
|
||||||
api 'com.google.android.flexbox:flexbox:3.0.0'
|
api 'com.google.android.flexbox:flexbox:3.0.0'
|
||||||
implementation project(path: ':automation')
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue