@@ -237,7 +237,7 @@ Includes the following modules:
237237Gradle dependency:
238238
239239``` kotlin
240- implementation(" com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-beta06 " )
240+ implementation(" com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-beta07 " )
241241```
242242
243243There's also a version with Views DSL. It additionally includes the following modules:
@@ -249,7 +249,7 @@ There's also a version with Views DSL. It additionally includes the following mo
249249Gradle dependency:
250250
251251``` kotlin
252- implementation(" com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-beta06 " )
252+ implementation(" com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-beta07 " )
253253```
254254
255255#### Android AppCompat
@@ -263,7 +263,7 @@ These 2 packs include the [Android base](#android-base) pack, and the following
263263Gradle dependency:
264264
265265``` kotlin
266- implementation(" com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-beta06 " )
266+ implementation(" com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-beta07 " )
267267```
268268
269269There's also a version with Views DSL. It additionally includes the Views DSL version of the
@@ -273,7 +273,7 @@ There's also a version with Views DSL. It additionally includes the Views DSL ve
273273Gradle dependency:
274274
275275``` kotlin
276- implementation(" com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-beta06 " )
276+ implementation(" com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-beta07 " )
277277```
278278
279279#### Android Material Components
@@ -289,7 +289,7 @@ These 2 packs include the [Android AppCompat](#android-appcompat) pack, and the
289289Gradle dependency:
290290
291291``` kotlin
292- implementation(" com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-beta06 " )
292+ implementation(" com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-beta07 " )
293293```
294294
295295There's also a version with Views DSL. It additionally includes the Views DSL version of the
@@ -300,7 +300,7 @@ There's also a version with Views DSL. It additionally includes the Views DSL ve
300300Gradle dependency:
301301
302302``` kotlin
303- implementation(" com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-beta06 " )
303+ implementation(" com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-beta07 " )
304304```
305305
306306#### All the artifacts (47)
@@ -311,7 +311,7 @@ into your root project `build.gradle` file:
311311``` groovy
312312allProjects {
313313 ext {
314- splitties_version = "3.0.0-beta06 "
314+ splitties_version = "3.0.0-beta07 "
315315 }
316316}
317317```
0 commit comments