Skip to content

Commit

Permalink
0.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
PaysafeAutoCommitter committed Aug 1, 2024
1 parent dbb3977 commit 0d1abae
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
12 changes: 0 additions & 12 deletions google-pay/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,6 @@ android {
}
}

// Global exclusion
configurations.all {
exclude(
"com.github.paysafegroup.paysafe_sdk_android_payments_api",
"paysafe-cardinal"
)
exclude(
"*",
"paysafe-cardinal"
)
}

dependencies {
api(project(":paysafe-core"))
api(project(":tokenization"))
Expand Down
2 changes: 1 addition & 1 deletion gradle.deps
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4c427d9a9f1e238319dfb96fd530a0fb7d01bc6e5f1c51bb472bbd2e8b643569942bcf9dc162822cc0af40f8a07d0d230a90226b820f6b23c2d13da5d1fcf23590733f16246b3d0213ec710a599c616adfec33cffda4e8d9dba826d7e850a0b48713b45fa8f0087c14953db48edb1157e236608ff2cf001829d70d48397ef23687ecdc56137f108f5e9153e376e1434f1c020b3e5d6d8b61c3bcac45f7a2fb7d7f7518753b135d812f778517e930c7d9
4c427d9a9f1e238319dfb96fd530a0fb7d01bc6e5f1c51bb472bbd2e8b643569942bcf9dc162822cc0af40f8a07d0d23462989136089b9c26bab73ccd055155c90733f16246b3d0213ec710a599c616adfec33cffda4e8d9dba826d7e850a0b48713b45fa8f0087c14953db48edb1157e236608ff2cf001829d70d48397ef23687ecdc56137f108f5e9153e376e1434f1c020b3e5d6d8b61c3bcac45f7a2fb7dc92206e94f367ed9e42aca9d9c7cd6b9
12 changes: 0 additions & 12 deletions venmo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,6 @@ android {
}
}

// Global exclusion
configurations.all {
exclude(
"com.github.paysafegroup.paysafe_sdk_android_payments_api",
"paysafe-cardinal"
)
exclude(
"*",
"paysafe-cardinal"
)
}

dependencies {
api(project(":paysafe-core"))
api(project(":tokenization"))
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) 2024 Paysafe Group
#

VERSION=0.0.40
VERSION=0.0.41

0 comments on commit 0d1abae

Please sign in to comment.