Skip to content

Commit

Permalink
Merge pull request #244 from afterpay/jatwood/use-4.7.0
Browse files Browse the repository at this point in the history
Move to maven version in sample app
  • Loading branch information
tir38 authored Aug 5, 2024
2 parents a3d83cd + c0c15af commit 3ab6c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ androidxAppcompat = { module = "androidx.appcompat:appcompat", version.ref = "ap
androidxCoreKtx = { module = "androidx.core:core-ktx", version.ref = "core_ktx" }
androidxLifecycleRuntimeKtx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx_lifecycle" }

afterpay-android = "com.afterpay:afterpay-android:4.3.0"
afterpay-android = "com.afterpay:afterpay-android:4.7.0"
app-cash-paykit = "app.cash.paykit:core:2.3.0"
junit = { module = "junit:junit", version.ref = "junit" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ android {

dependencies {
// toggle between using Maven artifact and local module
implementation(projects.afterpay)
// implementation(libs.afterpay.android)
// implementation(projects.afterpay)
implementation(libs.afterpay.android)

implementation(libs.app.cash.paykit)

Expand Down

0 comments on commit 3ab6c78

Please sign in to comment.