Skip to content

Commit 4bf71d7

Browse files
committed
update the checkout sdk with latest 36
1 parent b2dc611 commit 4bf71d7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

tapcheckoutsdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ afterEvaluate {
119119

120120
groupId = "com.github.Tap-Payments"
121121
artifactId = "Checkout-Android"
122-
version = "1.0.3"
122+
version = "1.0.4"
123123

124124
// Variant-aware: ensure dependencies are included in POM
125125
pom.withXml {
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<resources></resources>
2+
<resources>
3+
4+
</resources>

tapcheckoutsdk/src/main/res/values/style.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,5 @@
133133
</style>
134134

135135

136+
<color name="white">#FFFFFF</color>
136137
</resources>

0 commit comments

Comments
 (0)