From 2248880e5db736c7f5b4514056ef0234d02353f6 Mon Sep 17 00:00:00 2001 From: Jude Date: Sat, 13 Jul 2019 14:06:56 +0530 Subject: [PATCH] * updated readme --- README.md | 4 ++-- app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d7ee3a..b6a8b0f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add this to your module's `build.gradle` file: ```groovy dependencies { // ... other dependencies - implementation 'com.github.judemanutd:autostarter:1.0.2' + implementation 'com.github.judemanutd:autostarter:1.0.3' } ``` @@ -42,7 +42,7 @@ dependencies { com.github.judemanutd autostarter - 1.0.2 + 1.0.3 pom ``` diff --git a/app/build.gradle b/app/build.gradle index 6c40218..4ce8461 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.android.application' -apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android' +apply plugin: 'kotlin-android-extensions' android { compileSdkVersion 28