Skip to content

Commit

Permalink
Merge pull request #218 from Orange-OpenSource/217-technical-update-l…
Browse files Browse the repository at this point in the history
…ib-version-to-040

217 - technical - update lib version to 0.4.0
  • Loading branch information
paulinea authored Jul 6, 2022
2 parents 17ee030 + 3d03ec6 commit e57e58a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```
2 changes: 1 addition & 1 deletion docs/home_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
version=0.4.0

0 comments on commit e57e58a

Please sign in to comment.