commit b7c7ccb2687967f3535fae53acfa046b09180afa
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Tue Aug 11 23:52:14 2020 +0100

    We have the new Object - the Dino - so up the version to 1.4.0.

diff --git a/build.gradle b/build.gradle
index 8d64b26d..fca81a1a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ android {
         applicationId "org.distorted.magic"
         minSdkVersion 21
         targetSdkVersion 29
-        versionCode 14
-        versionName "1.3.5"
+        versionCode 15
+        versionName "1.4.0"
     }
 
     buildTypes {
@@ -39,6 +39,6 @@ dependencies {
     implementation 'com.google.firebase:firebase-crashlytics:17.1.1'
 
     api project(':distorted-library')
-    implementation 'androidx.appcompat:appcompat:1.1.0'
-    implementation 'com.google.android.material:material:1.1.0'
+    implementation 'androidx.appcompat:appcompat:1.2.0'
+    implementation 'com.google.android.material:material:1.2.0'
 }
