jshvarts / RxWeather

Uses RxJava and Firebase API
3 stars 2 forks source link

How to get WEATHER_API_KEY? #1

Open ananth10 opened 7 years ago

ananth10 commented 7 years ago

Hi ,

I am getting below error , when i tried to build. please help me to fix this issue.

Error:(17, 0) Could not get unknown property 'MyOpenWeatherMapApiKey' for BuildType_Decorated{name=debug, debuggable=true, testCoverageEnabled=false, jniDebuggable=false, pseudoLocalesEnabled=false, renderscriptDebuggable=false, renderscriptOptimLevel=3, minifyEnabled=false, zipAlignEnabled=true, signingConfig=SigningConfig_Decorated{name=debug, storeFile=C:\Users\anantha.android\debug.keystore, storePassword=android, keyAlias=AndroidDebugKey, keyPassword=android, storeType=C:\Users\anantha.android\debug.keystore, v1SigningEnabled=true, v2SigningEnabled=true}, embedMicroApp=false, mBuildConfigFields={}, mResValues={}, mProguardFiles=[], mConsumerProguardFiles=[], mManifestPlaceholders={}} of type com.android.build.gradle.internal.dsl.BuildType. Open File

jshvarts commented 7 years ago

Check out https://github.com/jshvarts/udacity-sunshine/commit/252de2790329e101b193deef2076b12e69b77267

ananth10 commented 7 years ago

@jshvarts Okay , Thank yu much