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 9354e94 commit 2e066f5Copy full SHA for 2e066f5
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## 1.1.0
4
+
5
+### Added
6
+- Support specifying **bare** git repository e.g. `app.git`.
7
8
+### Changed
9
+- Compile with AGP 7.0.0.
10
11
## 1.0.0
12
13
This is our first stable release. Thanks everyone for trying out the plugin and sending bug reports and feature requests!
gradle.properties
@@ -1,5 +1,5 @@
GROUP=io.github.reactivecircus.appversioning
-VERSION_NAME=1.1.0-SNAPSHOT
+VERSION_NAME=1.1.0
POM_ARTIFACT_ID=app-versioning-gradle-plugin
POM_NAME=Android App Versioning Gradle Plugin
0 commit comments