@@ -255,7 +255,7 @@ Includes the following modules:
255
255
Gradle dependency:
256
256
257
257
``` kotlin
258
- implementation(" com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-rc03 " )
258
+ implementation(" com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0" )
259
259
```
260
260
261
261
There's also a version with Views DSL. It additionally includes the following modules:
@@ -267,7 +267,7 @@ There's also a version with Views DSL. It additionally includes the following mo
267
267
Gradle dependency:
268
268
269
269
``` kotlin
270
- implementation(" com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-rc03 " )
270
+ implementation(" com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0" )
271
271
```
272
272
273
273
#### Android AppCompat
@@ -283,7 +283,7 @@ These 2 packs include the [Android base](#android-base) pack, and the following
283
283
Gradle dependency:
284
284
285
285
``` kotlin
286
- implementation(" com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-rc03 " )
286
+ implementation(" com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0" )
287
287
```
288
288
289
289
There's also a version with Views DSL. It additionally includes the Views DSL version of the
@@ -293,7 +293,7 @@ There's also a version with Views DSL. It additionally includes the Views DSL ve
293
293
Gradle dependency:
294
294
295
295
``` kotlin
296
- implementation(" com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-rc03 " )
296
+ implementation(" com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0" )
297
297
```
298
298
299
299
#### Android Material Components
@@ -311,7 +311,7 @@ These 2 packs include the [Android AppCompat](#android-appcompat) pack, and the
311
311
Gradle dependency:
312
312
313
313
``` kotlin
314
- implementation(" com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-rc03 " )
314
+ implementation(" com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0" )
315
315
```
316
316
317
317
There's also a version with Views DSL. It additionally includes the Views DSL version of the
@@ -322,7 +322,7 @@ There's also a version with Views DSL. It additionally includes the Views DSL ve
322
322
Gradle dependency:
323
323
324
324
``` kotlin
325
- implementation(" com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-rc03 " )
325
+ implementation(" com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0" )
326
326
```
327
327
328
328
#### All the artifacts (47)
@@ -338,7 +338,7 @@ Most importantly, with it, running the `refreshVersions` task will show you the
338
338
for all of your dependencies, right into the ` versions.properties ` , in a way that makes upgrading effortless,
339
339
even with just the keyboard.
340
340
341
- FYI, the current latest release of Splitties is the version ` 3.0.0-rc03 `
341
+ FYI, the current latest release of Splitties is the version ` 3.0.0 `
342
342
343
343
<details >
344
344
<summary >
0 commit comments