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