diff --git a/README.md b/README.md index 94aa842..5e16c0d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ that the Unmeta plugin must be applied after the Android plugin. ```kotlin // Project build.gradle.kts plugins { - id("com.axzae.unmeta") version "1.2.0" apply false + id("com.axzae.unmeta") version "1.2.1" apply false } // Module(app) build.gradle.kts @@ -47,7 +47,7 @@ plugins { // Project build.gradle.kts buildscript { dependencies { - classpath("com.axzae:unmeta:1.2.0") + classpath("com.axzae:unmeta:1.2.1") } } diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 03aaaa5..7f8b139 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -1,5 +1,5 @@ ID=com.axzae.unmeta -VERSION=1.2.0 +VERSION=1.2.1 GROUP=com.axzae DISPLAY_NAME=Unmeta Kotlin Gradle Plugin for Android DESCRIPTION=Remove @DebugMetadata annotation from your Kotlin classes