hal/plugins/hal-assistant-google/build.gradle

5 lines
121 B
Groovy
Raw Normal View History

2020-08-28 23:07:24 +02:00
dependencies {
implementation project(':hal-core')
2020-08-28 23:07:24 +02:00
implementation 'com.google.actions:actions-on-google:1.8.0'
}