Skip to content

Releases: stripe/stripe-terminal-android

v1.0.18

23 Mar 17:21
8778d1a
Compare
Choose a tag to compare

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

30 May 00:42
b102b81
Compare
Choose a tag to compare

v1.0.17

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:1.0.17"

Other Changes

v1.0.15

06 Apr 23:29
1c7d2b0
Compare
Choose a tag to compare

v1.0.15

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:1.0.15"

Other Changes

  • Fix issue 99
  • Fix issue 103
  • Fix EventFragment in Java example app showing empty screen
  • Fix UpdateReaderFragment in Java example app showing empty screen

v1.0.14

30 Mar 17:34
fb7da29
Compare
Choose a tag to compare

v1.0.14

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:1.0.14"

Other Changes

  • Fix bug where Android Studio cannot find stripeterminal classes

v1.0.13

24 Mar 18:44
0f33b3a
Compare
Choose a tag to compare

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

17 Mar 18:18
bda0566
Compare
Choose a tag to compare

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 of CardPresentDetails

v1.0.8

03 Feb 18:49
1aaf837
Compare
Choose a tag to compare

v1.0.8

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:1.0.8"

Other changes

  • Fixes Retrofit absolute path bug
  • Bumps internal dependency versions

v1.0.7

30 Jan 23:07
ba01671
Compare
Choose a tag to compare

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

30 Jan 20:53
d28561b
Compare
Choose a tag to compare

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

21 Jan 21:58
683dc81
Compare
Choose a tag to compare

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