File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ version = "4.0.1"
4040val archivesBaseName = " auth"
4141
4242android {
43- compileSdk = 34
44- buildToolsVersion = " 34 .0.0"
43+ compileSdk = 35
44+ buildToolsVersion = " 35 .0.0"
4545
4646 buildFeatures {
4747 buildConfig = true
4848 }
4949
5050 defaultConfig {
5151 minSdk = 21
52- targetSdk = 34
52+ targetSdk = 35
5353 buildConfigField(" String" , " LIB_VERSION_NAME" , " \" ${project.version} \" " )
5454 }
5555
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ plugins {
2626}
2727
2828android {
29- compileSdk = 34
30- buildToolsVersion = " 34 .0.0"
29+ compileSdk = 35
30+ buildToolsVersion = " 35 .0.0"
3131
3232 signingConfigs {
3333 getByName(" debug" ) {
@@ -41,7 +41,7 @@ android {
4141 defaultConfig {
4242 applicationId = " com.spotify.sdk.android.authentication.sample"
4343 minSdk = 21
44- targetSdk = 34
44+ targetSdk = 35
4545 versionCode = 1
4646 versionName = " 1.0"
4747
You can’t perform that action at this time.
0 commit comments