Skip to content

Commit 17a78d5

Browse files
chore: prepare release 1.7.0 (#1426)
1 parent e5e993d commit 17a78d5

2,857 files changed

Lines changed: 437970 additions & 26 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes done in OUDS Android library will be documented in this file
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.7.0](https://github.com/Orange-OpenSource/ouds-android/compare/1.6.0...1.7.0) (2026-07-08)
9+
10+
### Features
11+
12+
- **button** update button to version 3.3.0 and add OudsSmallButton APIs ([#1387](https://github.com/Orange-OpenSource/ouds-android/issues/1387))
13+
14+
### Bug Fixes
15+
16+
- **deps** update dependency androidx.hilt:hilt-navigation-compose to v1.4.0 ([#1414](https://github.com/Orange-OpenSource/ouds-android/issues/1414))
17+
- **deps** update dependency androidx.compose:compose-bom to v2026.06.01 ([#1415](https://github.com/Orange-OpenSource/ouds-android/issues/1415))
18+
- update OudsNavigationBarHeight to the correct value
19+
- **deps** update hilt to v2.60 ([#1395](https://github.com/Orange-OpenSource/ouds-android/issues/1395))
20+
- **deps** update grpc-java monorepo to v1.82.1 ([#1393](https://github.com/Orange-OpenSource/ouds-android/issues/1393))
21+
- **deps** update firebaseappdistribution to v5.3.0 ([#1382](https://github.com/Orange-OpenSource/ouds-android/issues/1382))
22+
- **deps** update firebasebom to v34.15.0 ([#1380](https://github.com/Orange-OpenSource/ouds-android/issues/1380))
23+
- **deps** update composebom to v2026.06.00 ([#1381](https://github.com/Orange-OpenSource/ouds-android/issues/1381))
24+
825
## [1.6.0](https://github.com/Orange-OpenSource/ouds-android/compare/1.5.0...1.6.0) (2026-06-19)
926

1027
### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ library core and the theme you want to use in the `dependencies` section of your
3030
```kotlin
3131
dependencies {
3232
// ...
33-
implementation("com.orange.ouds.android:ouds-core:1.6.0")
34-
implementation("com.orange.ouds.android:ouds-theme-orange:1.6.0")
33+
implementation("com.orange.ouds.android:ouds-core:1.7.0")
34+
implementation("com.orange.ouds.android:ouds-theme-orange:1.7.0")
3535
// ...
3636
}
3737
```
@@ -44,8 +44,8 @@ dependencies {
4444
```shell
4545
dependencies {
4646
// ...
47-
implementation 'com.orange.ouds.android:ouds-core:1.6.0'
48-
implementation 'com.orange.ouds.android:ouds-theme-orange:1.6.0'
47+
implementation 'com.orange.ouds.android:ouds-core:1.7.0'
48+
implementation 'com.orange.ouds.android:ouds-theme-orange:1.7.0'
4949
// ...
5050
}
5151
```

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
defaultConfig {
3939
minSdk = libs.versions.androidMinSdk.get().toInt()
4040
targetSdk = libs.versions.androidTargetSdk.get().toInt()
41-
versionCode = project.findTypedProperty<String>("versionCode")?.toInt() ?: 12
41+
versionCode = project.findTypedProperty<String>("versionCode")?.toInt() ?: 13
4242
versionName = version.toString()
4343
versionNameSuffix = project.findTypedProperty<String>("versionNameSuffix")
4444
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ library core and the theme you want to use in the `dependencies` section of your
1616
```kotlin
1717
dependencies {
1818
// ...
19-
implementation("com.orange.ouds.android:ouds-core:1.6.0")
20-
implementation("com.orange.ouds.android:ouds-theme-orange:1.6.0")
19+
implementation("com.orange.ouds.android:ouds-core:1.7.0")
20+
implementation("com.orange.ouds.android:ouds-theme-orange:1.7.0")
2121
// ...
2222
}
2323
```
@@ -30,8 +30,8 @@ dependencies {
3030
```shell
3131
dependencies {
3232
// ...
33-
implementation 'com.orange.ouds.android:ouds-core:1.6.0'
34-
implementation 'com.orange.ouds.android:ouds-theme-orange:1.6.0'
33+
implementation 'com.orange.ouds.android:ouds-core:1.7.0'
34+
implementation 'com.orange.ouds.android:ouds-theme-orange:1.7.0'
3535
// ...
3636
}
3737
```

docs/previousDocVersions/1.7.0/core/com.orange.ouds.core.component.common.text/-ouds-annotated-alert-message-bullet-list-label/-builder/-builder.html

Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)