summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2016-12-17 10:24:55 -0700
committermo khan <mo@mokhan.ca>2016-12-17 10:24:55 -0700
commited58f1f8c695271e8c254032e606cbbe7ee43738 (patch)
tree87dd65bf4ff242e84b85aa1a976d9dfc809ed6d3 /android
parentb1236c6de08ae4b1999c2a0f1164aa876793d86f (diff)
load dotenv for android.
Diffstat (limited to 'android')
-rw-r--r--android/app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/app/build.gradle b/android/app/build.gradle
index c5e4136..12b23f4 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -1,4 +1,5 @@
apply plugin: "com.android.application"
+apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle"
import com.android.build.OutputFile