| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <project name="AppRTCDemo" default="help"> | 2 <project name="AppRTCDemo" default="help"> |
| 3 | 3 |
| 4 <!-- The local.properties file is created and updated by the 'android' tool. | 4 <!-- The local.properties file is created and updated by the 'android' tool. |
| 5 It contains the path to the SDK. It should *NOT* be checked into | 5 It contains the path to the SDK. It should *NOT* be checked into |
| 6 Version Control Systems. --> | 6 Version Control Systems. --> |
| 7 <property file="local.properties" /> | 7 <property file="local.properties" /> |
| 8 | 8 |
| 9 <!-- The ant.properties file can be created by you. It is only edited by the | 9 <!-- The ant.properties file can be created by you. It is only edited by the |
| 10 'android' tool to add properties to it. | 10 'android' tool to add properties to it. |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 *********************** | 83 *********************** |
| 84 ****** IMPORTANT ****** | 84 ****** IMPORTANT ****** |
| 85 *********************** | 85 *********************** |
| 86 In all cases you must update the value of version-tag below to read 'cu
stom' instead of an integer, | 86 In all cases you must update the value of version-tag below to read 'cu
stom' instead of an integer, |
| 87 in order to avoid having your file be overridden by tools such as "andr
oid update project" | 87 in order to avoid having your file be overridden by tools such as "andr
oid update project" |
| 88 --> | 88 --> |
| 89 <!-- version-tag: 1 --> | 89 <!-- version-tag: 1 --> |
| 90 <import file="${sdk.dir}/tools/ant/build.xml" /> | 90 <import file="${sdk.dir}/tools/ant/build.xml" /> |
| 91 | 91 |
| 92 </project> | 92 </project> |
| OLD | NEW |