From 8fe1dd10b076d5363455875b8422f929dc924fa6 Mon Sep 17 00:00:00 2001 From: Balachandran Sivakumar Date: Sat, 17 Oct 2015 15:27:33 -0400 Subject: [PATCH] Added a dummy local.properties file This would allow the default project to build on gradle. At the same time, since we have this file explicitly listed in .gitignore, this will never get updated in ay PRs etc. This is just a simpel hack to have the gradle builds passing. --- local.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 local.properties diff --git a/local.properties b/local.properties new file mode 100644 index 00000000..a131d554 --- /dev/null +++ b/local.properties @@ -0,0 +1 @@ +# Put in yoru project specific properties here. \ No newline at end of file