File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ repositories {
2525}
2626
2727dependencies {
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
4041dependencies {
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
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ SONATYPE_AUTOMATIC_RELEASE=true
2323
2424GROUP =io.github.theapache64
2525POM_ARTIFACT_ID =rebugger
26- VERSION_NAME =1.0.0-rc03
26+ # [latest version - i promise!]
27+ VERSION_NAME =1.0.0
2728
2829POM_NAME =Rebugger
2930POM_DESCRIPTION =A simple Compose library to print the reason for recomposition in your Logcat window
You can’t perform that action at this time.
0 commit comments