commit d63d5b6b49907236f34291915412df96a2ce0986
Author: leszek <leszek@koltunski.pl>
Date:   Wed Feb 21 00:10:27 2018 +0000

    Minor

diff --git a/build.gradle b/build.gradle
index a304120..0b6cdc5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,12 +1,12 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 23
+    compileSdkVersion 27
 
     defaultConfig {
         applicationId "org.distorted.examples"
         minSdkVersion 18
-        targetSdkVersion 23
+        targetSdkVersion 27
     }
 
     buildTypes {
@@ -19,5 +19,5 @@ android {
 
 dependencies {
     compile project(':distorted-library')
-    compile "com.android.support:support-v4:23.4.0"
+    implementation 'com.android.support:support-v4:27.0.2'
 }
