diff options
| author | mo <mo.khan@gmail.com> | 2018-11-04 15:22:16 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-11-04 15:22:16 -0700 |
| commit | 5ee1f55497a4e30322a56f133f897ecde1612967 (patch) | |
| tree | bf544e0879234c3623869627d8786776cb19b8e9 /build/local.properties.xml.template | |
Diffstat (limited to 'build/local.properties.xml.template')
| -rw-r--r-- | build/local.properties.xml.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/local.properties.xml.template b/build/local.properties.xml.template new file mode 100644 index 0000000..d9d8976 --- /dev/null +++ b/build/local.properties.xml.template @@ -0,0 +1,7 @@ +<project name="local.properties">
+ <property name="debug" value="false" />
+ <property name="assembly.title" value="notepad" />
+ <property name="assembly.description" value="a sample application to tinker with" />
+ <property name="assembly.company" value="http://mokhan.ca" />
+ <property name="assembly.version" value="1.0.0.0" />
+</project>
\ No newline at end of file |
