Skip to content

Commit

Permalink
Merge branch 'tim/android_421' into 'master'
Browse files Browse the repository at this point in the history
maint: Use sdk-android v4.2.1 to save ~3MB per arch of library size

See merge request TankerHQ/sdk-react-native!116
  • Loading branch information
tux3 committed Nov 21, 2024
2 parents ca19898 + 8d9fff5 commit ef60cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ dependencies {
api 'io.tanker:tanker-bindings:dev@aar'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
} else {
api 'io.tanker:tanker-bindings:4.2.0@aar'
api 'io.tanker:tanker-bindings:4.2.1@aar'
}
}

Expand Down

0 comments on commit ef60cc1

Please sign in to comment.