actions-on-google-kotlin icon indicating copy to clipboard operation
actions-on-google-kotlin copied to clipboard

Unable to resolve com.ticketmaster.actions:common:2.0.2

Open adrian-soon opened this issue 6 years ago • 1 comments

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'

}

adrian-soon avatar Jan 14 '19 10:01 adrian-soon

this should work

dependencies { implementation 'com.tmsdurham.actions:actions-on-google:2.0.9' }

scottlahay avatar Jan 18 '19 16:01 scottlahay