1#!/bin/bash 2 3echo "/** Begin preview constants" 4echo " * autogenerated by previewconstants.sh */" 5echo "package android.support.previewsdk;" 6echo "class PreviewConstants {" 7echo " public static final int PREVIEW_SDK_VERSION = $PLATFORM_PREVIEW_SDK_VERSION;" 8echo "}" 9