Skip to content

Commit c8e0888

Browse files
committed
Updating changelog
1 parent 4e75836 commit c8e0888

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 2.1.0
5+
---
6+
7+
* Updating android gradle plugin tool.
8+
49
Version 2.0.2
510
---
611

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121
dagger_version = '2.39.1'
2222
gson_version = '2.8.7'
2323
testingUtilities_version = '1.0.5'
24-
androidTools_version = '1.3.0'
24+
androidTools_version = '1.4.0'
2525
}
2626

2727
artifactPublisher {
@@ -32,7 +32,7 @@ artifactPublisher {
3232
}
3333

3434
group 'com.likethesalad.tools.resources'
35-
version '2.0.2'
35+
version '2.1.0'
3636
description 'Plugin that gathers resources from Android projects for compilation purposes.'
3737

3838
subprojects {

0 commit comments

Comments
 (0)