Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 6356fb2

Browse files
committed
update compileSdk
1 parent 0bcdcc8 commit 6356fb2

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66
android {
77
namespace = "snow.music"
88

9-
compileSdk = 34
9+
compileSdk = 35
1010

1111
defaultConfig {
1212
applicationId = "snow.music"
1313
minSdk = 21
14-
targetSdk = 34
14+
targetSdk = 35
1515
versionCode = 5
1616
versionName = "1.2.8"
1717
multiDexEnabled = true

debug/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55
android {
66
namespace = "snow.player.debug"
77

8-
compileSdk = 34
8+
compileSdk = 35
99

1010
defaultConfig {
1111
applicationId = "snow.player.debug"
1212
minSdk = 21
13-
targetSdk = 34
13+
targetSdk = 35
1414
versionCode = 1
1515
versionName = "1.0"
1616
multiDexEnabled = true

exo-api16/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
android {
77
namespace = "snow.player.exo.api16"
88

9-
compileSdk = 34
9+
compileSdk = 35
1010

1111
defaultConfig {
1212
minSdk = 16

exo/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
android {
77
namespace = "snow.player.exo"
88

9-
compileSdk = 34
9+
compileSdk = 35
1010

1111
defaultConfig {
1212
minSdk = 21

player/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
android {
77
namespace = "snow.player"
88

9-
compileSdk = 34
9+
compileSdk = 35
1010

1111
defaultConfig {
1212
minSdk = 16

ui/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
android {
77
namespace = "snow.player.ui"
88

9-
compileSdk = 32
9+
compileSdk = 35
1010

1111
defaultConfig {
1212
minSdk = 16

0 commit comments

Comments
 (0)