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
format="5"
revision="1"
name="RiotX Feature"
name="Element Feature"
minApi="19"
minBuildApi="19"
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.
#
echo "Configure RiotX Template..."
echo "Configure Element Template..."
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."
}