File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# PopupBridge Android Release Notes
22
3- ## unreleased
3+ ## 5.0.0
44
55* Android 13 Support
66 * Upgrade ` targetSdkVersion ` and ` compileSdkVersion ` to API 33
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add the dependency in your `build.gradle`:
2323
2424``` groovy
2525dependencies {
26- implementation 'com.braintreepayments.api:popup-bridge:4.1 .0'
26+ implementation 'com.braintreepayments.api:popup-bridge:5.0 .0'
2727}
2828```
2929
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ext["signing.keyId"] = System.getenv('SIGNING_KEY_ID') ?: ''
2020ext[" signing.password" ] = System . getenv(' SIGNING_KEY_PASSWORD' ) ?: ' '
2121ext[" signing.secretKeyRingFile" ] = System . getenv(' SIGNING_KEY_FILE' ) ?: ' '
2222
23- version = ' 4.1.1-SNAPSHOT '
23+ version = ' 5.0.0 '
2424group = " com.braintreepayments"
2525
2626ext {
You can’t perform that action at this time.
0 commit comments