diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-03 16:57:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-03 16:57:00 -0400 |
commit | 01250f93826b24bd53b46426999e9cdea17fecd8 (patch) | |
tree | 85285331bed08aa072017b2010c9862515c6f835 /.idea/misc.xml | |
parent | a6f725d8caa56771770351f78e34e6cf22ecf840 (diff) | |
download | frost-01250f93826b24bd53b46426999e9cdea17fecd8.tar.gz frost-01250f93826b24bd53b46426999e9cdea17fecd8.tar.bz2 frost-01250f93826b24bd53b46426999e9cdea17fecd8.zip |
Fix purchase recognition (#12)
* Update travis
* Update bad billing booleans
* Remove empty cancel fun
Diffstat (limited to '.idea/misc.xml')
-rw-r--r-- | .idea/misc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml index 7319f021..085136f8 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -53,7 +53,7 @@ <ConfirmationsSetting value="0" id="Add" /> <ConfirmationsSetting value="0" id="Remove" /> </component> - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/build/classes" /> </component> <component name="ProjectType"> |