Skip to content

Commit

Permalink
Merge pull request #10786 from woocommerce/hotfix/17.2.1
Browse files Browse the repository at this point in the history
[hotfix][17.2] Revert `navigationVersion` bump
  • Loading branch information
samiuelson authored Feb 13, 2024
2 parents 663ddb5 + f6c8f11 commit b5ca325
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
17.3
-----
- [*] [Internal] Enhanced user experience in shipping label creation with automatic scrolling to the first invalid field upon form submission failure [https://github.com/woocommerce/woocommerce-android/pull/10657]

17.2.1
-----
- [**] Fixed navigation bug causing app to crash in some scenarios [https://github.com/woocommerce/woocommerce-android/pull/10786]

17.2
-----
- [**] [Available for users with WooCommerce version of 8.7+, which is not released yet] Every order have a receipt now. The receipts can be shared via many apps installed on the phone [https://github.com/woocommerce/woocommerce-android/pull/10650]
Expand Down
3 changes: 1 addition & 2 deletions WooCommerce/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@ dependencies {
implementation "com.github.bumptech.glide:glide:$glideVersion"
kapt "com.github.bumptech.glide:compiler:$glideVersion"
implementation "com.github.bumptech.glide:volley-integration:$glideVersion@aar"
implementation 'com.google.android.play:app-update-ktx:2.1.0'
implementation 'com.google.android.play:review-ktx:2.0.1'
implementation "com.google.android.play:core:$googlePlayCoreVersion"

implementation 'com.google.android.gms:play-services-code-scanner:16.1.0'

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
gradle.ext.detektVersion = '1.19.0'
gradle.ext.kotlinVersion = '1.8.21'
gradle.ext.measureBuildsVersion = '2.0.3'
gradle.ext.navigationVersion = '2.6.0'
gradle.ext.navigationVersion = '2.5.3'
gradle.ext.sentryVersion = '3.5.0'
gradle.ext.violationCommentsVersion = '1.69.0'

Expand Down

0 comments on commit b5ca325

Please sign in to comment.