Skip to content

Commit

Permalink
Merge pull request google-pay#112 from google-pay/update-dependencies
Browse files Browse the repository at this point in the history
updated dependencies. raised compile and target sdk to 35
  • Loading branch information
dmengelt authored Dec 30, 2024
2 parents a670ce9 + 4961e3d commit 42017ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ plugins {

android {
namespace 'com.example.composepaybutton'
compileSdk 34
compileSdk 35

defaultConfig {
applicationId "com.example.composepaybutton"
minSdk 21
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"

Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ kotlin = "2.0.21"

[libraries]
# Library
compose-ui = "androidx.compose.ui:ui:1.7.4"
compose-material = "androidx.compose.material:material:1.7.4"
androidx-core = "androidx.core:core-ktx:1.13.1"
compose-ui = "androidx.compose.ui:ui:1.7.6"
compose-material = "androidx.compose.material:material:1.7.6"
androidx-core = "androidx.core:core-ktx:1.15.0"
playServices-wallet = "com.google.android.gms:play-services-wallet:19.4.0"

# Sample/App
sample-compose-ui-tooling = "androidx.compose.ui:ui-tooling-preview:1.7.4"
sample-compose-ui-tooling = "androidx.compose.ui:ui-tooling-preview:1.7.6"
sample-compose-activity = "androidx.activity:activity-compose:1.9.3"

[plugins]
nexusPublishingPlugin = "io.github.gradle-nexus.publish-plugin:2.0.0"
androidApplication = "com.android.application:8.7.1"
androidLibrary = "com.android.library:8.7.1"
androidApplication = "com.android.application:8.7.3"
androidLibrary = "com.android.library:8.7.3"
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

0 comments on commit 42017ad

Please sign in to comment.