Skip to content

Commit 4151e1a

Browse files
Merge pull request #73 from PaystackOSS/feat-mobile-sdk
Chore: Update dependency
2 parents c8659e2 + 683941a commit 4151e1a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const gradle = `dependencies {
2-
implementation 'com.paystack.android:paystack-ui:0.0.7'
2+
implementation 'com.paystack.android:paystack-ui:0.0.8'
33
}`
44

55
export {gradle}

dist/doc/guides/paystack-ui-android/dependency.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const gradle = `dependencies {
22
// remove this
33
implementation 'co.paystack.android:paystack:3.1.2'
44
// add this
5-
implementation 'com.paystack.android:paystack-ui:0.0.7'
5+
implementation 'com.paystack.android:paystack-ui:0.0.8'
66
}`
77

88
export {gradle}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'com.paystack.android:paystack-ui:0.0.7'
2+
implementation 'com.paystack.android:paystack-ui:0.0.8'
33
}

src/doc/guides/paystack-ui-android/dependency/index.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ dependencies {
22
// remove this
33
implementation 'co.paystack.android:paystack:3.1.2'
44
// add this
5-
implementation 'com.paystack.android:paystack-ui:0.0.7'
5+
implementation 'com.paystack.android:paystack-ui:0.0.8'
66
}

0 commit comments

Comments
 (0)