commit 59e5fc3f28f58e32dcc7191596ccf1b834828097
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Fri Apr 10 22:10:43 2020 +0100

    We need to add app version to build.gradle - otherwise the resulting dex file cannot be opened by Fire Stick!

diff --git a/build.gradle b/build.gradle
index bc69275..c54c8a9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,6 +7,8 @@ android {
         applicationId "org.distorted.examples"
         minSdkVersion 21
         targetSdkVersion 27
+        versionCode 1
+        versionName "1.0"
     }
 
     buildTypes {
