We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3574f26 commit b7f0be8Copy full SHA for b7f0be8
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Change Log
2
3
+## 1.1.2
4
+
5
+### Fixed
6
+- Fix an issue where changing git HEAD does not invalidate task cache - [#28](https://github.com/ReactiveCircus/app-versioning/pull/28)
7
8
+### Changed
9
+- Compile with AGP 7.1.3.
10
+- Compile with Kotlin 1.6.21.
11
12
+## 1.1.1
13
14
+Same as 1.1.0.
15
16
## 1.1.0
17
18
### Added
gradle.properties
@@ -1,5 +1,5 @@
GROUP=io.github.reactivecircus.appversioning
-VERSION_NAME=1.2.0-SNAPSHOT
+VERSION_NAME=1.1.2
POM_ARTIFACT_ID=app-versioning-gradle-plugin
POM_NAME=Android App Versioning Gradle Plugin
0 commit comments