Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. buildTypes {
  2.         def String = "String"
  3.         def Boolean = "boolean"
  4.         def Long = "long"
  5.         debug {
  6.             buildConfigField "String", "OBJECT_SERVER_IP", "\"apexjcl.me:\""
  7.             buildConfigField "String", "OBJECT_SERVER_PORT", "\"9080\""
  8.             buildConfigField String, "OBJECT_SERVER_PROTOCOL", "\"http://\""
  9.             buildConfigField Boolean, "debug", "true"
  10.             buildConfigField Long, "SCHEMA_VERSION", "1"
  11.         }
  12.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement