Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeTheSalad committed Aug 15, 2023
1 parent 4e75836 commit c8e0888
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 2.1.0
---

* Updating android gradle plugin tool.

Version 2.0.2
---

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
dagger_version = '2.39.1'
gson_version = '2.8.7'
testingUtilities_version = '1.0.5'
androidTools_version = '1.3.0'
androidTools_version = '1.4.0'
}

artifactPublisher {
Expand All @@ -32,7 +32,7 @@ artifactPublisher {
}

group 'com.likethesalad.tools.resources'
version '2.0.2'
version '2.1.0'
description 'Plugin that gathers resources from Android projects for compilation purposes.'

subprojects {
Expand Down

0 comments on commit c8e0888

Please sign in to comment.