blob: de94f8418fda90974db1dbf2c6617263ba8288ad [file] [log] [blame]
#!/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 "}"