We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e75836 commit c8e0888Copy full SHA for c8e0888
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Change Log
2
==========
3
4
+Version 2.1.0
5
+---
6
+
7
+* Updating android gradle plugin tool.
8
9
Version 2.0.2
10
---
11
build.gradle
@@ -21,7 +21,7 @@ ext {
21
dagger_version = '2.39.1'
22
gson_version = '2.8.7'
23
testingUtilities_version = '1.0.5'
24
- androidTools_version = '1.3.0'
+ androidTools_version = '1.4.0'
25
}
26
27
artifactPublisher {
@@ -32,7 +32,7 @@ artifactPublisher {
32
33
34
group 'com.likethesalad.tools.resources'
35
-version '2.0.2'
+version '2.1.0'
36
description 'Plugin that gathers resources from Android projects for compilation purposes.'
37
38
subprojects {
0 commit comments