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