mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
RiotX -> Element
This commit is contained in:
parent
b11eced4f1
commit
46d3608ccb
11 changed files with 3 additions and 3 deletions
|
@ -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">
|
|
@ -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."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue