Skip to content

Commit 05777ef

Browse files
committed
Update dependencies and version to stable
1 parent 196a982 commit 05777ef

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ repositories {
2525
}
2626

2727
dependencies {
28-
implementation("io.github.theapache64:rebugger:1.0.0-rc03")
28+
// [latest version - i promise!]
29+
implementation("io.github.theapache64:rebugger:1.0.0")
2930
}
3031
```
3132

@@ -38,7 +39,8 @@ repositories {
3839
}
3940
4041
dependencies {
41-
implementation 'io.github.theapache64:rebugger:1.0.0-rc03'
42+
// [latest version - i promise!]
43+
implementation 'io.github.theapache64:rebugger:1.0.0'
4244
}
4345
```
4446

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ SONATYPE_AUTOMATIC_RELEASE=true
2323

2424
GROUP=io.github.theapache64
2525
POM_ARTIFACT_ID=rebugger
26-
VERSION_NAME=1.0.0-rc03
26+
# [latest version - i promise!]
27+
VERSION_NAME=1.0.0
2728

2829
POM_NAME=Rebugger
2930
POM_DESCRIPTION=A simple Compose library to print the reason for recomposition in your Logcat window

0 commit comments

Comments
 (0)