You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/03/10 16:52:50 UTC

[GitHub] [cordova-plugin-geolocation] jony89 edited a comment on issue #189: Variable for Require GPS Hardware

jony89 edited a comment 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-****" />
       </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="***" />
           <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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org