From 3d03ec6d7f4686398c7f8e3916d5366cb33d8fba Mon Sep 17 00:00:00 2001 From: Florent Maitre <florent.maitre@orange.com> Date: Wed, 6 Jul 2022 16:28:35 +0200 Subject: [PATCH] [#217] Update lib version to 0.4.0 --- DEVELOP.md | 2 +- docs/home_content.md | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOP.md b/DEVELOP.md index 24b2adeb5..01538a926 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -18,6 +18,6 @@ repositories { ```groovy dependencies { - implementation 'com.orange.ods.android:ods-lib:0.3.0' + implementation 'com.orange.ods.android:ods-lib:0.4.0' } ``` diff --git a/docs/home_content.md b/docs/home_content.md index 427405b52..3df80a787 100644 --- a/docs/home_content.md +++ b/docs/home_content.md @@ -33,7 +33,7 @@ Repository. To use it: ```groovy dependencies { // ... - implementation 'com.orange.ods.android:ods-lib:0.3.0' + implementation 'com.orange.ods.android:ods-lib:0.4.0' // ... } ``` diff --git a/gradle.properties b/gradle.properties index 9c8ef3b3d..e0c65c58b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,4 +29,4 @@ android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official kapt.incremental.apt=true -version=0.3.0 \ No newline at end of file +version=0.4.0 \ No newline at end of file