Skip to content

Commit d518028

Browse files
committed
Prepare for release 1.3.0. Remove forbidden gradle tag for publishing to Gradle Plugin Portal.
1 parent de44b23 commit d518028

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.3.0
4+
5+
### Changed
6+
- Compile with AGP 8.0.0.
7+
- Compile with Kotlin 1.8.20.
8+
39
## 1.2.0
410

511
### Fixed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gradlePlugin {
4141
id = "io.github.reactivecircus.app-versioning"
4242
displayName = "Android App Versioning Gradle Plugin."
4343
description = "Gradle plugin for lazily generating Android app's versionCode & versionName from Git tags."
44-
tags.set(listOf("gradle", "android", "versioning"))
44+
tags.set(listOf("android", "versioning"))
4545
implementationClass = "io.github.reactivecircus.appversioning.AppVersioningPlugin"
4646
}
4747
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.github.reactivecircus.appversioning
2-
VERSION_NAME=1.3.0-SNAPSHOT
2+
VERSION_NAME=1.3.0
33

44
POM_ARTIFACT_ID=app-versioning-gradle-plugin
55
POM_NAME=Android App Versioning Gradle Plugin

0 commit comments

Comments
 (0)