commit a1c516dc9114ce8500e603470b2519deefd9b9e9
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Fri Jun 26 01:14:49 2020 +0100

    Bump version to 1.3.1

diff --git a/build.gradle b/build.gradle
index 7e1b9f07..7096716f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ android {
         applicationId "org.distorted.magic"
         minSdkVersion 21
         targetSdkVersion 29
-        versionCode 9
-        versionName "1.3.0"
+        versionCode 10
+        versionName "1.3.1"
     }
 
     buildTypes {
@@ -36,7 +36,7 @@ android {
 dependencies {
     implementation fileTree(dir: 'libs', include: ['*.jar'])
     implementation 'com.google.firebase:firebase-analytics:17.4.3'
-    implementation 'com.google.firebase:firebase-crashlytics:17.0.1'
+    implementation 'com.google.firebase:firebase-crashlytics:17.1.0'
 
     api project(':distorted-library')
     implementation 'androidx.appcompat:appcompat:1.1.0'
