File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
+ Version 2.11.0 * (15-09-2024)*
4
+ ---
5
+
6
+ * Allowing more "values" folder names.
7
+
3
8
Version 2.10.1 * (04-08-2024)*
4
9
---
5
10
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ In your `App's build.gradle` file you have to add the following line after the a
346
346
one:
347
347
348
348
``` groovy
349
- id "com.likethesalad.stem" version "2.10.1 "
349
+ id "com.likethesalad.stem" version "2.11.0 "
350
350
```
351
351
352
352
Example:
@@ -355,7 +355,7 @@ Example:
355
355
// App's build.gradle file
356
356
plugins {
357
357
id "com.android.application"
358
- id "com.likethesalad.stem" version "2.10.1 "
358
+ id "com.likethesalad.stem" version "2.11.0 "
359
359
}
360
360
361
361
android {
@@ -372,7 +372,7 @@ can do so by applying a "producer" version of Stem into them like so:
372
372
// Android library's build.gradle file
373
373
plugins {
374
374
id "com.android.library"
375
- id "com.likethesalad.stem-library" version "2.10.1 "
375
+ id "com.likethesalad.stem-library" version "2.11.0 "
376
376
}
377
377
378
378
android {
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
group =com.likethesalad.android
3
- version =2.10.1
3
+ version =2.11.0
You can’t perform that action at this time.
0 commit comments