jony89 commented on issue #189: Variable for Require GPS Hardware URL: https://github.com/apache/cordova-plugin-geolocation/pull/189#issuecomment-597194575 Actually variables are defined in `UPPERCASE_FORMAT`, as it can be seen in different plugins as well : - cordova-plugin-facebook4 - cordova-android-firebase-gradle-release - cordova-android-play-services-gradle-release - cordova-android-support-gradle-release - cordova-plugin-admob-free example ```xml <plugin name="cordova-plugin-admob-free" spec="^0.21.0"> <variable name="ADMOB_APP_ID" value="ca-app-pub-7369058349181167~8774507330" /> </plugin> <plugin name="cordova-android-support-gradle-release" spec="^3.0.1"> <variable name="ANDROID_SUPPORT_VERSION" value="28.+" /> </plugin> <plugin name="cordova-android-play-services-gradle-release" spec="^2.0.0"> <variable name="PLAY_SERVICES_VERSION" value="+" /> </plugin> <plugin name="cordova-android-firebase-gradle-release" spec="^2.0.0"> <variable name="FIREBASE_VERSION" value="+" /> </plugin> <plugin name="cordova-plugin-facebook4" spec="4.1.0"> <variable name="APP_ID" value="1302211316473586" /> <variable name="APP_NAME" value="Mploy" /> <variable name="FACEBOOK_HYBRID_APP_EVENTS" value="false" /> <variable name="FACEBOOK_ANDROID_SDK_VERSION" value="4.38.1" /> </plugin> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
