Skip to content

Commit

Permalink
feat(android): update terminal package
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Oct 14, 2023
1 parent 1545937 commit ca4b044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/terminal/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
playServicesWalletVersion = project.hasProperty('playServicesWalletVersion') ? rootProject.ext.playServicesWalletVersion : '19.2.+'
volleyVersion = project.hasProperty('volleyVersion') ? rootProject.ext.volleyVersion : '1.2.1'
stripeterminalLocalmobileVersion = project.hasProperty('stripeterminalLocalmobileVersion') ? rootProject.ext.stripeterminalLocalmobileVersion : '3.0.+'
stripeterminalCoreVersion = project.hasProperty('stripeterminalCoreVersion') ? rootProject.ext.stripeterminalCoreVersion : '3.0.+'
stripeterminalCoreVersion = project.hasProperty('stripeterminalCoreVersion') ? rootProject.ext.stripeterminalCoreVersion : '3.1.+'
}

buildscript {
Expand Down Expand Up @@ -73,4 +73,4 @@ dependencies {
implementation "com.stripe:stripeterminal-localmobile:$stripeterminalLocalmobileVersion"
implementation "com.android.volley:volley:$volleyVersion"
implementation "com.google.android.gms:play-services-wallet:$playServicesWalletVersion"
}
}

0 comments on commit ca4b044

Please sign in to comment.