diff --git a/README.md b/README.md index ed6b2b6606..e2889bb1e5 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -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' } @@ -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' } ``` diff --git a/gradle.properties b/gradle.properties index a8bd6b6ec7..e152ec776b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.