Skip to content

Commit

Permalink
Chore: Update Android SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
damilola-paystack committed Jul 2, 2024
1 parent aec7871 commit b403577
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/doc/developer-tools/android-sdk/installation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const gradle = `dependencies {
implementation 'com.paystack.android:paystack-ui:0.0.8'
implementation 'com.paystack.android:paystack-ui:0.0.9'
}`

export {gradle}
2 changes: 1 addition & 1 deletion dist/doc/guides/paystack-ui-android/dependency.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const gradle = `dependencies {
// remove this
implementation 'co.paystack.android:paystack:3.1.2'
// add this
implementation 'com.paystack.android:paystack-ui:0.0.8'
implementation 'com.paystack.android:paystack-ui:0.0.9'
}`

export {gradle}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
implementation 'com.paystack.android:paystack-ui:0.0.8'
implementation 'com.paystack.android:paystack-ui:0.0.9'
}
2 changes: 1 addition & 1 deletion src/doc/guides/paystack-ui-android/dependency/index.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ dependencies {
// remove this
implementation 'co.paystack.android:paystack:3.1.2'
// add this
implementation 'com.paystack.android:paystack-ui:0.0.8'
implementation 'com.paystack.android:paystack-ui:0.0.9'
}

0 comments on commit b403577

Please sign in to comment.