Skip to content

Commit d2354c2

Browse files
authored
feat: add android 17 support (#138)
1 parent 86fa4a8 commit d2354c2

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {
4545
version = '3.5.2-SNAPSHOT'
4646
group = "com.braintreepayments"
4747
ext {
48-
compileSdkVersion = 36
48+
compileSdkVersion = 37
4949
minSdkVersion = 23
50-
targetSdkVersion = 36
50+
targetSdkVersion = 37
5151
versionCode = 78
5252
versionName = version
5353
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Sep 25 12:23:31 PDT 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)