Advertisement
Guest User

neomode_lori_android_setup

a guest
Mar 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 1.48 KB | None | 0 0
  1. ueb {
  2.             // Api configuration
  3.             buildConfigField "String", "CLIENT_ID", "\"client_id_on_lori_api_goes_here\""
  4.             buildConfigField "String", "CLIENT_SECRET", "\"client_secret_on_lori_api_goes_here\""
  5.             buildConfigField "String", "GOOGLE_SIGN_IN_KEY", "\"google_sign_in_key_goes_here\""
  6.             // Style configuration
  7.             resValue "color", "colorPrimary", "#color_hex_code_primary_here"
  8.             resValue "color", "colorPrimaryDark", "#color_hex_code_primary_dark_here"
  9.             resValue "color", "colorAccent", "#color_hex_code_primary_accent_here"
  10.             // Apk configuration
  11.             resValue "string", "app_name", "app_name_for_client"
  12.             resValue "string", "s_about", "abou_text_for_client"
  13.             resValue "string", "s_delivery_type_warning_in_store", "delivery_message_warning_for_client"
  14.             resValue "string", "google_maps_key", "google_maps_key_goes_here"
  15.             resValue "string", "facebook_app_id", "facebook_app_id_goes_here"
  16.             resValue "string", "fb_login_protocol_scheme", "facebook_login_protocol_goes_here"
  17.             // Menu links
  18.             buildConfigField "String", "ABOUT_LINK", "\"link_about_goes_here\""
  19.             buildConfigField "String", "PRIVACY_LINK", "\"link_privacy_goes_here\""
  20.             buildConfigField "String", "FAQ_LINK", "\"link_faq_goes_here\""
  21.  
  22.             applicationIdSuffix ".client_aliaas_goes_here"
  23.             dimension "version"
  24.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement