Skip to content

Commit

Permalink
update payButton to latest Kned SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
aslm-android committed Dec 25, 2023
1 parent 43441da commit cda2208
Show file tree
Hide file tree
Showing 20 changed files with 109 additions and 31 deletions.
Binary file modified .gradle/8.0/checksums/checksums.lock
Binary file not shown.
Binary file modified .gradle/8.0/checksums/md5-checksums.bin
Binary file not shown.
Binary file modified .gradle/8.0/checksums/sha1-checksums.bin
Binary file not shown.
Binary file modified .gradle/8.0/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/8.0/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/8.0/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.0/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/8.0/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
10 changes: 10 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 72 additions & 25 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,21 @@
<string-array name="Lanugages">
<item>English</item>
<item>Arabic</item>
<item>dynamic</item>

</string-array>
<string-array name="LanugagesValues">
<item>en</item>
<item>ar</item>
<item>dynamic</item>

</string-array>

<string-array name="Theme">
<item>light</item>
<item>dark</item>
<item>dynamic</item>

</string-array>

<string-array name="Edges">
Expand Down
4 changes: 2 additions & 2 deletions local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Sun Dec 10 09:47:19 AST 2023
sdk.dir=/Users/akazi/Library/Android/sdk
#Mon Dec 25 03:40:25 BRT 2023
sdk.dir=/Users/macbookpro/Library/Android/sdk
2 changes: 1 addition & 1 deletion tappaybutton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation("androidx.core:core-ktx:1.7.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.10.0")
implementation 'com.github.Tap-Payments:Knet-Android:0.0.0.20'
implementation 'com.github.Tap-Payments:Knet-Android:0.0.0.21'
implementation 'com.github.Tap-Payments:BenefitPay-Android:0.0.9'
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
Expand Down

0 comments on commit cda2208

Please sign in to comment.