actions-on-google-kotlin
actions-on-google-kotlin copied to clipboard
Unable to resolve com.ticketmaster.actions:common:2.0.2
This is my gradle import. I am unable to import the library in gradle. Getting a red line under com.ticketmaster.actions:common:2.0.2.
repositories {
mavenCentral()
jcenter()
}
dependencies {
compile 'com.tmsdurham.actions:actions-on-google:2.0.2'
}
this should work
dependencies { implementation 'com.tmsdurham.actions:actions-on-google:2.0.9' }