10 Commits

Author SHA1 Message Date
Pedro Belo
6e1b0e9a97 Fix android parsing (#59)
* format groovy code with 4 spaces

* catch a more specific exception here

* use a regexp to match, a bit more restrictive
2016-12-08 08:45:47 -08:00
mlanter
c6f12527fb Add support for specifying custom env files in gradle (#52)
* Add support for specifying env files in gradle

* Update different environment selection for Android
2016-11-28 15:07:50 -08:00
Pedro Belo
4747803915 Merge pull request #31 from skellock/fix-missing-env
Fix missing env
2016-09-13 18:20:55 -07:00
Steve Kellock
dcec930aa1 Prevents killing the android build with a missing .env file. 2016-08-28 21:20:09 -04:00
James G. Kim
235cbf4028 Replace % with a double-escaped unicode value
Resource strings cannot include `%` as-is (cf. http://stackoverflow.com/questions/4414389/android-xml-percent-symbol).
2016-08-21 08:52:11 +09:00
Pedro Belo
3f59dbf2ca ignore commented .env lines in android
eg:
2016-04-19 16:49:24 -07:00
Pedro Belo
379c093740 always use relative paths for ENVFILE 2016-03-03 13:32:32 -08:00
Pedro Belo
32d929e234 save env in project.env with gradle so it can be reused 2016-02-23 16:25:35 -08:00
Pedro Belo
4de8473fa6 set diff .env with ENVFILE 2016-02-23 16:07:24 -08:00
Pedro Belo
809fc21449 automatically read .env configs from gradle 2016-02-22 16:18:50 -08:00