8 lines
270 B
Bash
Executable file
8 lines
270 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "/** Begin preview constants"
|
|
echo " * autogenerated by previewconstants.sh */"
|
|
echo "package android.support.previewsdk;"
|
|
echo "class PreviewConstants {"
|
|
echo " public static final int PREVIEW_SDK_VERSION = $PLATFORM_PREVIEW_SDK_VERSION;"
|
|
echo "}"
|