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

Could not find property 'GMS_VERSION' on org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@8f1726. #568

Open
saqinz opened this issue Sep 25, 2019 · 0 comments

Comments

@saqinz
Copy link

saqinz commented Sep 25, 2019

although this entry exists in build.gradle

dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
// SUB-PROJECT DEPENDENCIES START
debugCompile project(path: "CordovaLib", configuration: "debug")
releaseCompile project(path: "CordovaLib", configuration: "release")
compile "com.google.android.gms:play-services-analytics:$GMS_VERSION"
// SUB-PROJECT DEPENDENCIES END
}
and in config.xml

@victorsosa victorsosa added this to the 1.9.1 milestone Apr 1, 2020
@victorsosa victorsosa removed this from the 1.9.1 milestone Mar 23, 2022
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