157158159160161162163164165166167
} File file = getBuildPropertiesFile(); FileOutputStream fos = new FileOutputStream(file); try { properties.store(fos, null); } finally { fos.close(); }