Skip to content

Commit

Permalink
chore: update SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Dec 4, 2022
1 parent 565a5a8 commit f09aeb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Quick Start
```groovy
dependencies {
implementation 'org.slf4j:slf4j-api:' // slf4j 2.x not yet supported
implementation 'com.github.tony19:logback-android:2.0.1'
implementation 'com.github.tony19:logback-android:2.0.2-SNAPSHOT'
}
```

Expand All @@ -32,7 +32,7 @@ Quick Start
```groovy
dependencies {
implementation 'org.slf4j:slf4j-api:' // slf4j 2.x not yet supported
implementation 'com.github.tony19:logback-android:2.0.1'
implementation 'com.github.tony19:logback-android:2.0.2-SNAPSHOT'
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
}
Expand Down Expand Up @@ -96,7 +96,7 @@ _Gradle_ **release**
```groovy
dependencies {
implementation 'org.slf4j:slf4j-api:' // slf4j 2.x not yet supported
implementation 'com.github.tony19:logback-android:2.0.1'
implementation 'com.github.tony19:logback-android:2.0.2-SNAPSHOT'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

# `version` is needed by gradle-release-plugin and always matches
# `VERSION_NAME`. The plugin updates both automatically.
version=2.0.1
VERSION_NAME=2.0.1
version=2.0.2-SNAPSHOT
VERSION_NAME=2.0.2-SNAPSHOT
VERSION_CODE=3020000

# Specifies the JVM arguments used for the daemon process.
Expand Down

0 comments on commit f09aeb6

Please sign in to comment.