Skip to content

Commit cab8c92

Browse files
committed
Updated readme
1 parent 5d1a321 commit cab8c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)