Skip to content

Commit 2e066f5

Browse files
committed
Prepare for release 1.1.0.
1 parent 9354e94 commit 2e066f5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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+
311
## 1.0.0
412

513
This is our first stable release. Thanks everyone for trying out the plugin and sending bug reports and feature requests!

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.1.0-SNAPSHOT
2+
VERSION_NAME=1.1.0
33

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

0 commit comments

Comments
 (0)