Fix AutotuneFragment InputWeekDay

This commit is contained in:
Philoul 2022-11-16 23:16:33 +01:00
parent 66ca375bc6
commit d359c8563b
2 changed files with 1 additions and 1 deletions

View file

@ -29,4 +29,5 @@ dependencies {
// APS
api 'org.mozilla:rhino:1.7.14'
implementation project(path: ':plugins:automation')
}

View file

@ -54,5 +54,4 @@ dependencies {
// Overview
api 'com.google.android.flexbox:flexbox:3.0.0'
implementation project(path: ':automation')
}