diff options
author | Scott Barta <sbarta@google.com> | 2013-07-09 15:49:45 -0700 |
---|---|---|
committer | Scott Barta <sbarta@google.com> | 2013-07-09 15:49:45 -0700 |
commit | b062ce3894933c63a7a68e1843702e8860f33180 (patch) | |
tree | 106b330d6329395c0289b3bbe876db938b5bae6d | |
parent | 7112deae37930fd10f6d6b1426c62b9e21631615 (diff) | |
download | sdk-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
8 files changed, 8 insertions, 8 deletions
diff --git a/templates/activities/BlankActivity/template.xml b/templates/activities/BlankActivity/template.xml index 08a306d..8b02ba9 100644 --- a/templates/activities/BlankActivity/template.xml +++ b/templates/activities/BlankActivity/template.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <template format="3" - revision="2" + revision="3" name="Blank Activity" description="Creates a new blank activity, with an action bar and optional navigational elements such as tabs or horizontal swipe."> <dependency name="android-support-v4" revision="8" /> diff --git a/templates/activities/FullscreenActivity/template.xml b/templates/activities/FullscreenActivity/template.xml index 165854c..d2617fb 100644 --- a/templates/activities/FullscreenActivity/template.xml +++ b/templates/activities/FullscreenActivity/template.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <template format="3" - revision="2" + revision="3" name="Fullscreen Activity" description="Creates a new activity that toggles the visibility of the system UI (status and navigation bars) and action bar upon user interaction." minApi="4" diff --git a/templates/activities/LoginActivity/template.xml b/templates/activities/LoginActivity/template.xml index 40a413a..ccfc7ad 100644 --- a/templates/activities/LoginActivity/template.xml +++ b/templates/activities/LoginActivity/template.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <template format="3" - revision="2" + revision="3" name="Login Activity" description="Creates a new login activity, allowing users to enter an email address and password to log in to or register with your application." minApi="3" diff --git a/templates/activities/MasterDetailFlow/template.xml b/templates/activities/MasterDetailFlow/template.xml index 95fe597..47de074 100644 --- a/templates/activities/MasterDetailFlow/template.xml +++ b/templates/activities/MasterDetailFlow/template.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <template format="3" - revision="2" + revision="3" name="Master/Detail Flow" minApi="11" description="Creates a new master/detail flow, allowing users to view a collection of objects as well as details for each object. This flow is presented using two columns on tablet-size screens and one column on handsets and smaller screens. This template creates two activities, a master fragment, and a detail fragment."> diff --git a/templates/activities/SettingsActivity/template.xml b/templates/activities/SettingsActivity/template.xml index e024aff..21956d1 100644 --- a/templates/activities/SettingsActivity/template.xml +++ b/templates/activities/SettingsActivity/template.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <template format="3" - revision="2" + revision="3" name="Settings Activity" description="Creates a new application settings activity that presents alternative layouts on handset and tablet-size screens." minApi="4" 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."> |