Bump version to v1.2.0

This commit is contained in:
You Qi
2023-11-01 17:23:26 +08:00
parent 13bb366e19
commit cfde39e01a
2 changed files with 3 additions and 3 deletions

View File

@@ -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")
}
}