Skip to content

Commit

Permalink
Merge pull request #64 from tink-ab/release-2.8.0
Browse files Browse the repository at this point in the history
AISX-2205 Release 2.8.0
  • Loading branch information
Eeyore741 authored Jun 25, 2024
2 parents 252037d + 039e943 commit 44c33b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To install the SDK, add `link` to your `app/build.gradle` dependencies.

```groovy
dependencies {
implementation "com.tink:link:2.7.1"
implementation "com.tink:link:2.8.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {

dependencies {

implementation "com.tink:link:2.7.1"
implementation "com.tink:link:2.8.0"
// Core
implementation "androidx.core:core-ktx:$core_ktx_version"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
Expand Down
2 changes: 1 addition & 1 deletion sample-dev/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
}

dependencies {
implementation "com.tink:link:2.7.1"
implementation "com.tink:link:2.8.0"
implementation "androidx.core:core-ktx:$core_ktx_version"
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
Expand Down

0 comments on commit 44c33b7

Please sign in to comment.