aboutsummaryrefslogtreecommitdiffstats
path: root/templates/projects
diff options
context:
space:
mode:
authorScott Barta <sbarta@google.com>2013-07-09 15:49:45 -0700
committerScott Barta <sbarta@google.com>2013-07-09 15:49:45 -0700
commitb062ce3894933c63a7a68e1843702e8860f33180 (patch)
tree106b330d6329395c0289b3bbe876db938b5bae6d /templates/projects
parent7112deae37930fd10f6d6b1426c62b9e21631615 (diff)
downloadsdk-b062ce3894933c63a7a68e1843702e8860f33180.zip
sdk-b062ce3894933c63a7a68e1843702e8860f33180.tar.gz
sdk-b062ce3894933c63a7a68e1843702e8860f33180.tar.bz2
Increments revisions on templates used by Android Studio
When we bundle templates with Android Studio 0.2.0, this will let it pick up copies from the bundled folder instead of the older versions with the SDK. Change-Id: I503d062dd4dc2ccfadac4af5901f8a779fe8e7ec
Diffstat (limited to 'templates/projects')
-rw-r--r--templates/projects/NewAndroidApplication/template.xml2
-rw-r--r--templates/projects/NewAndroidLibrary/template.xml2
-rw-r--r--templates/projects/NewJavaLibrary/template.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/projects/NewAndroidApplication/template.xml b/templates/projects/NewAndroidApplication/template.xml
index a5cefaf..0d9b234 100644
--- a/templates/projects/NewAndroidApplication/template.xml
+++ b/templates/projects/NewAndroidApplication/template.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<template
format="1"
- revision="1"
+ revision="2"
name="Android Application"
description="Creates a new Android application.">
<dependency name="android-support-v4" revision="8" />
diff --git a/templates/projects/NewAndroidLibrary/template.xml b/templates/projects/NewAndroidLibrary/template.xml
index 537d745..9d13db5 100644
--- a/templates/projects/NewAndroidLibrary/template.xml
+++ b/templates/projects/NewAndroidLibrary/template.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<template
format="1"
- revision="1"
+ revision="2"
name="Android Library"
description="Creates a new Android library.">
<dependency name="android-support-v4" revision="8" />
diff --git a/templates/projects/NewJavaLibrary/template.xml b/templates/projects/NewJavaLibrary/template.xml
index bf2fbbd..cb117a5 100644
--- a/templates/projects/NewJavaLibrary/template.xml
+++ b/templates/projects/NewJavaLibrary/template.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<template
format="1"
- revision="1"
+ revision="2"
name="Java Library"
description="Creates a new Java library.">