RiotX -> Element

This commit is contained in:
Benoit Marty 2020-08-28 11:25:16 +02:00
parent b11eced4f1
commit 46d3608ccb
11 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<template <template
format="5" format="5"
revision="1" revision="1"
name="RiotX Feature" name="Element Feature"
minApi="19" minApi="19"
minBuildApi="19" minBuildApi="19"
description="Creates a new activity and a fragment with view model, view state and actions"> description="Creates a new activity and a fragment with view model, view state and actions">

View File

@ -16,10 +16,10 @@
# limitations under the License. # limitations under the License.
# #
echo "Configure RiotX Template..." echo "Configure Element Template..."
if [ -z ${ANDROID_STUDIO+x} ]; then ANDROID_STUDIO="/Applications/Android Studio.app/Contents"; fi if [ -z ${ANDROID_STUDIO+x} ]; then ANDROID_STUDIO="/Applications/Android Studio.app/Contents"; fi
{ {
ln -s $(pwd)/RiotXFeature "${ANDROID_STUDIO%/}/plugins/android/lib/templates/other" ln -s $(pwd)/ElementFeature "${ANDROID_STUDIO%/}/plugins/android/lib/templates/other"
} && { } && {
echo "Please restart Android Studio." echo "Please restart Android Studio."
} }