Skip to content

Commit 48b2abf

Browse files
authored
Merge pull request #42 from LikeTheSalad/release/2.4.0
Release/2.4.1
2 parents 94630cf + cab8c92 commit 48b2abf

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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.4.1 *(20-05-2023)*
5+
---
6+
7+
* Updating resource locator to gather generated resources lazily.
8+
49
Version 2.4.0 *(26-04-2023)*
510
---
611

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ First, in your `Root's build.gradle` file, you'll need to add this
347347
line into your `buildscript` dependencies block:
348348

349349
```groovy
350-
classpath "com.likethesalad.android:stem-plugin:2.4.0"
350+
classpath "com.likethesalad.android:stem-plugin:2.4.1"
351351
```
352352

353353
Example:
@@ -360,7 +360,7 @@ buildscript {
360360
}
361361
dependencies {
362362
//...
363-
classpath "com.likethesalad.android:stem-plugin:2.4.0"
363+
classpath "com.likethesalad.android:stem-plugin:2.4.1"
364364
365365
// NOTE: Do not place your application dependencies here; they belong
366366
// in the individual module build.gradle files

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ artifactPublisher {
3030

3131
description = "This is a Gradle plugin for Android applications which resolves XML string references in other XML strings."
3232
group = 'com.likethesalad.android'
33-
version = "2.4.0"
33+
version = "2.4.1"
3434

3535
ext {
3636
dagger_version = '2.39.1'
3737
androidBuild_version = '7.1.0'
3838
testingUtilities_version = '1.0.8'
39-
resourceLocator_version = '2.0.1'
39+
resourceLocator_version = '2.0.2'
4040
androidTools_version = "1.3.0"
4141
androidBuild_test_version = '7.1.0'
4242
}

0 commit comments

Comments
 (0)