Skip to content

Commit

Permalink
Merge pull request #12801 from woocommerce/dependabot/gradle/androidx…
Browse files Browse the repository at this point in the history
….activity-activity-ktx-1.9.3

Bump androidx.activity:activity-ktx from 1.8.0 to 1.9.3
  • Loading branch information
JorgeMucientes authored Dec 5, 2024
2 parents 94898b9 + 38f34d6 commit 4133af8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion WooCommerce/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ dependencies {

// ViewModel and LiveData
implementation(libs.androidx.fragment.ktx)
implementation(libs.androidx.activity.ktx)
implementation(libs.androidx.lifecycle.viewmodel.savedstate)
implementation(libs.androidx.lifecycle.process)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class MainActivity :
super.onPause()
}

override fun onNewIntent(intent: Intent?) {
override fun onNewIntent(intent: Intent) {
super.onNewIntent(intent)

// Verify authenticated session
Expand Down
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agp = '8.5.1'
android-billingclient = '5.0.0'
android-desugar = '2.0.4'
android-security-lint = '1.0.1'
androidx-activity = '1.8.0'
androidx-activity = '1.9.3'
androidx-appcompat = '1.4.2'
androidx-arch-core = '2.1.0'
androidx-browser = '1.5.0'
Expand Down Expand Up @@ -98,7 +98,6 @@ android-billingclient-ktx = { group = "com.android.billingclient", name = "billi
android-desugar = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "android-desugar" }
android-security-lint = { group = "com.android.security.lint", name = "lint", version.ref = "android-security-lint" }
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose" }
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "androidx-activity" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
androidx-arch-core-testing = { group = "androidx.arch.core", name = "core-testing", version.ref = "androidx-arch-core" }
androidx-browser = { group = "androidx.browser", name = "browser", version.ref = "androidx-browser" }
Expand Down

0 comments on commit 4133af8

Please sign in to comment.