mirror of
https://github.com/fankes/unmeta-gradle-plugin.git
synced 2025-09-04 01:55:16 +08:00
Bump version to v1.2.0
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user