Releases: stripe/stripe-terminal-android
Releases · stripe/stripe-terminal-android
v1.0.18
If you're using Gradle, update your build file to:
implementation "com.stripe:stripeterminal:1.0.18"
See CHANGELOG.md for the latest changes.
v1.0.17
v1.0.15
v1.0.14
v1.0.13
v1.0.13
If you're using Gradle, update your build file to:
implementation "com.stripe:stripeterminal:1.0.13"
Other Changes
- Remove extraneous imports in our sample Java app
- Remove unnecessary tests in both our example apps
v1.0.12
v1.0.12
If you're using Gradle, update your build file to:
implementation "com.stripe:stripeterminal:1.0.12"
Other Changes
- Fixes a bug when launching the example app with location turned off would crash on start
- Updated gradle dependencies for various libraries
- Introduce
cardholder_name
as part ofCardPresentDetails
v1.0.8
v1.0.7
v1.0.7
If you're using Gradle, update your build file to:
implementation "com.stripe:stripeterminal:1.0.7"
Other changes
No changes relative to 1.0.2; we've migrated our deploy process internally, and this was a no-op deploy to test the new publishing mechanism
v1.0.6
1.0.6
If you're using Gradle, update your build file to:
implementation "com.stripe:stripeterminal:1.0.6"
Other changes
- No changes relative to 1.0.2; we've migrated our deploy process internally, and this was a no-op deploy to test the new publishing mechanism
v1.0.2
1.0.2
If you're using Gradle, update your build file to:
implementation "com.stripe:stripeterminal:1.0.2"
Other changes
- Update gradle dependencies to work on latest gradle plugin
- Example apps (databinding specifically) now compile on latest gradle plugin
- Minor polish for multi-activity apps' lifecycle automatic cleanup