Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
adrian-soon opened this issue Jan 14, 2019 · 1 comment
Open

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

adrian-soon opened this issue Jan 14, 2019 · 1 comment

Comments

@adrian-soon
Copy link

adrian-soon commented Jan 14, 2019

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'

}
@scottlahay
Copy link

this should work

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants