diff --git a/README.md b/README.md index e0a6c76..94aa842 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.1.0" apply false + id("com.axzae.unmeta") version "1.2.0" apply false } // Module(app) build.gradle.kts @@ -47,7 +47,7 @@ plugins { // Project build.gradle.kts buildscript { dependencies { - classpath("com.axzae:unmeta:1.1.0") + classpath("com.axzae:unmeta:1.2.0") } } diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 2d50a6b..03aaaa5 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -1,5 +1,5 @@ ID=com.axzae.unmeta -VERSION=1.1.0 +VERSION=1.2.0 GROUP=com.axzae DISPLAY_NAME=Unmeta Kotlin Gradle Plugin for Android DESCRIPTION=Remove @DebugMetadata annotation from your Kotlin classes