This commit is contained in:
Aidan Follestad 2019-01-26 14:41:02 -08:00
commit de59bf9ec1
2 changed files with 3 additions and 3 deletions

2
.idea/misc.xml generated
View file

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

View file

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