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 686202a commit edfe550Copy full SHA for edfe550
CHANGELOG.md
@@ -1,7 +1,16 @@
1
+# CHANGELOG
2
+
3
+# 1.1.1
4
+### Fixed
5
+* Error message when SDK path is missing ([#2])<br>Thanks [@drakeet]
6
7
+[#2]: https://github.com/noties/Enhance/pull/2
8
+[@drakeet]: https://github.com/drakeet
9
10
# 1.1.0
-## Added
11
+### Added
12
* Android 11 (R) api version
13
* Ability to generate just the diff with the `diff` command line option
14
-## Fixed
15
16
* signature generation in `ApiInfoStoreImpl`
build.gradle
@@ -8,7 +8,7 @@ buildscript {
}
group 'ru.noties'
-version '1.1.0'
+version '1.1.1'
apply plugin: 'java'
apply plugin: 'application'
0 commit comments