File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# browser-switch-android Release Notes
22
3+ ## unreleased
4+ * Upgrade ` compileSdkVersion ` and ` targetSdkVersion ` to 37
5+ * Upgrade Android Gradle Plugin version to 8.13.2
6+
37## 3.5.1
48 * Add a UUID to ` BrowserSwitchActivityRegistryKey ` used to start AuthTab flows to allow for multiple instances of
59 BrowserSwitchClient to have separate keys to deliver results to. Fixes an issue where multiple
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ buildscript {
2828 ]
2929
3030 dependencies {
31- classpath ' com.android.tools.build:gradle:8.9.1 '
31+ classpath ' com.android.tools.build:gradle:8.13.2 '
3232 classpath ' org.jetbrains.dokka:dokka-gradle-plugin:1.9.10'
3333 classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
3434 classpath ' io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6'
@@ -45,9 +45,9 @@ plugins {
4545version = ' 3.5.2-SNAPSHOT'
4646group = " com.braintreepayments"
4747ext {
48- compileSdkVersion = 36
48+ compileSdkVersion = 37
4949 minSdkVersion = 23
50- targetSdkVersion = 36
50+ targetSdkVersion = 37
5151 versionCode = 78
5252 versionName = version
5353}
Original file line number Diff line number Diff line change 11# Thu Sep 25 12:23:31 PDT 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.5 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments