This commit is contained in:
Aidan Follestad 2019-01-26 14:55:26 -08:00
parent 3e5b1d4d8e
commit 0e459802bf
2 changed files with 3 additions and 3 deletions

2
.idea/misc.xml generated
View file

@ -40,7 +40,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View file

@ -3,8 +3,8 @@ ext.versions = [
minSdk : 21,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '0.8.6',
publishVersionCode : 40,
publishVersion : '0.8.6b',
publishVersionCode : 41,
// Plugins
gradlePlugin : '3.3.0',