Skip to content

Commit

Permalink
Merge pull request #12184 from woocommerce/issue/12182-ttp-broken-and…
Browse files Browse the repository at this point in the history
…roid-14-hotfix

Hotfix: Fix broken TTP on Android 14
  • Loading branch information
malinajirka authored Aug 1, 2024
2 parents 50cb664 + 2afa0ff commit f81e7df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
-----


19.6.1
-----
- [***] Fixed a critical bug causing Tap to Pay to crash on Android 14. [https://github.com/woocommerce/woocommerce-android/pull/12184]

19.6
-----
- [**] Stats: The Analytics Hub (accessed by tapping "View all store analytics" on the My Store dashboard) now includes analytics for Google Ads campaigns, when the Google Listings & Ads extension is active and connected to Google. [https://github.com/woocommerce/woocommerce-android/pull/12084]
Expand Down
1 change: 0 additions & 1 deletion WooCommerce/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@
<service
android:name="org.wordpress.android.login.LoginWpcomService"
android:exported="false"
android:foregroundServiceType="shortService"
android:label="Login to WPCOM Service" />

<meta-data
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ gradle.ext.mediaPickerSourceWordPressBinaryPath = "org.wordpress.mediapicker:sou

gradle.ext {
compileSdkVersion = 34
targetSdkVersion = 34
targetSdkVersion = 33
minSdkVersion = 26
}

Expand Down

0 comments on commit f81e7df

Please sign in to comment.