Skip to content

Commit 48ef5e8

Browse files
committed
Bump compileSdk version to 36 in all modules
Updated the compileSdk version from 34/35 to 36 in compat, datastore, platform, and ui modules to ensure compatibility with the latest Android SDK.
1 parent 9d00c13 commit 48ef5e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

compat/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
android {
1111
namespace = "com.dergoogler.mmrl.compat"
12-
compileSdk = 35
12+
compileSdk = 36
1313

1414
defaultConfig {
1515
minSdk = 26

datastore/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
android {
1111
namespace = "com.dergoogler.mmrl.datastore"
12-
compileSdk = 35
12+
compileSdk = 36
1313

1414
defaultConfig {
1515
minSdk = 26

platform/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
android {
1111
namespace = "com.dergoogler.mmrl.platform"
12-
compileSdk = 34
12+
compileSdk = 36
1313

1414
defaultConfig {
1515
minSdk = 26

ui/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
android {
1010
namespace = "com.dergoogler.mmrl.ui"
11-
compileSdk = 35
11+
compileSdk = 36
1212

1313
defaultConfig {
1414
minSdk = 26

0 commit comments

Comments
 (0)