From f09aeb6836f7568f1d0f26fcbaa4462cfdcdb21a Mon Sep 17 00:00:00 2001 From: Tony Trinh Date: Sat, 3 Dec 2022 22:58:52 -0600 Subject: [PATCH] chore: update SNAPSHOT version --- README.md | 6 +++--- gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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.