Skip to content

Commit

Permalink
Prepare for release 1.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Nov 14, 2022
1 parent b183689 commit 53c9395
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Dependency Analysis Plugin Changelog

# TBR
# 1.14.0
* [New] Support analysis of androidTest source sets.
* [Fixed] Improve sorting of duplicate versions.
* [Fixed] Only check AGP version on root project.
* Add debug logs for issue 780.
* Extracted new graph-support library.
* Bug fixes and performance improvements.

# Version 1.13.0, 1.13.1
* [New] `./gradlew printDuplicateDependencies` will generate a report and print to console all external dependencies in
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -XX:GCT
org.gradle.caching=true
org.gradle.parallel=true

VERSION=1.13.2-SNAPSHOT
VERSION=1.14.0

dependency.analysis.autoapply=false
dependency.analysis.print.build.health=true
Expand Down

0 comments on commit 53c9395

Please sign in to comment.