Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SageDroid committed Apr 29, 2023
1 parent 80da915 commit 498d832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ repositories {
dependencies {
// If you use java
implementation 'com.conena.anrdetective:anrdetective:1.0.0'
implementation 'com.conena.anrdetective:anrdetective:1.1.0'
// If you use kotlin
implementation 'com.conena.anrdetective:anrdetective-kotlin:1.0.0'
implementation 'com.conena.anrdetective:anrdetective-kotlin:1.1.0'
}
```
# Usage (Kotlin)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true

GROUP=com.conena.anrdetective
VERSION_NAME=1.0.0
VERSION_NAME=1.1.0

POM_URL=https://github.com/conena/anr-detective

Expand Down

0 comments on commit 498d832

Please sign in to comment.