commit a0836f4a56a9227a51d852410f56bf52fb90e9b2
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Tue Sep 15 10:20:22 2020 +0100

    We have new, Polygon method of rendering Object faces, and a new object - the Skewb.
    Time for 1.4.2 !

diff --git a/build.gradle b/build.gradle
index 3d67c23d..58eb7807 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ android {
         applicationId "org.distorted.magic"
         minSdkVersion 21
         targetSdkVersion 29
-        versionCode 16
-        versionName "1.4.1"
+        versionCode 17
+        versionName "1.4.2"
     }
 
     buildTypes {
@@ -40,5 +40,5 @@ dependencies {
 
     api project(':distorted-library')
     implementation 'androidx.appcompat:appcompat:1.2.0'
-    implementation 'com.google.android.material:material:1.2.0'
+    implementation 'com.google.android.material:material:1.2.1'
 }
