Skip to content

Commit

Permalink
Merge pull request #72 from LikeTheSalad/release/2.8.0
Browse files Browse the repository at this point in the history
Release/2.8.0
  • Loading branch information
LikeTheSalad authored Mar 15, 2024
2 parents 1c3acf5 + 911d00d commit 57eb883
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.8.0 *(15-03-2024)*
---

* Supporting tasks added in AGP 8.3.0

Version 2.7.0 *(07-01-2024)*
---

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ In your `App's build.gradle` file you have to add the following line after the a
one:

```groovy
id "com.likethesalad.stem" version "2.7.0"
id "com.likethesalad.stem" version "2.8.0"
```

Example:
Expand All @@ -355,7 +355,7 @@ Example:
// App's build.gradle file
plugins {
id "com.android.application"
id "com.likethesalad.stem" version "2.7.0"
id "com.likethesalad.stem" version "2.8.0"
}
android {
Expand All @@ -372,7 +372,7 @@ can do so by applying a "producer" version of Stem into them like so:
// Android library's build.gradle file
plugins {
id "com.android.library"
id "com.likethesalad.stem-library" version "2.7.0"
id "com.likethesalad.stem-library" version "2.8.0"
}
android {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
group=com.likethesalad.android
version=2.7.0
version=2.8.0
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ class PlaceholderTasksCreator @Inject constructor(
listOf(
"map%sSourceSetPaths",
"package%sResources",
"extractDeepLinks%s"
"extractDeepLinks%s",
"generate%sResources"
)
)
}
Expand Down

0 comments on commit 57eb883

Please sign in to comment.