Skip to content

Commit

Permalink
Merge pull request #42 from LikeTheSalad/release/2.4.0
Browse files Browse the repository at this point in the history
Release/2.4.1
  • Loading branch information
LikeTheSalad authored May 20, 2023
2 parents 94630cf + cab8c92 commit 48b2abf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.4.1 *(20-05-2023)*
---

* Updating resource locator to gather generated resources lazily.

Version 2.4.0 *(26-04-2023)*
---

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ First, in your `Root's build.gradle` file, you'll need to add this
line into your `buildscript` dependencies block:

```groovy
classpath "com.likethesalad.android:stem-plugin:2.4.0"
classpath "com.likethesalad.android:stem-plugin:2.4.1"
```

Example:
Expand All @@ -360,7 +360,7 @@ buildscript {
}
dependencies {
//...
classpath "com.likethesalad.android:stem-plugin:2.4.0"
classpath "com.likethesalad.android:stem-plugin:2.4.1"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ artifactPublisher {

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

ext {
dagger_version = '2.39.1'
androidBuild_version = '7.1.0'
testingUtilities_version = '1.0.8'
resourceLocator_version = '2.0.1'
resourceLocator_version = '2.0.2'
androidTools_version = "1.3.0"
androidBuild_test_version = '7.1.0'
}
Expand Down

0 comments on commit 48b2abf

Please sign in to comment.