Skip to content

Commit ff8a95f

Browse files
committed
bump compileSdk and targetSdk to 36
1 parent 3443119 commit ff8a95f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ plugins {
77

88
android {
99
namespace = "com.raival.compose.file.explorer"
10-
compileSdk = 35
10+
compileSdk = 36
1111

1212
defaultConfig {
1313
applicationId = "com.raival.compose.file.explorer"
1414
minSdk = 26
15-
targetSdk = 35
15+
targetSdk = 36
1616
versionCode = 8
1717
versionName = "1.3.0"
1818
}

0 commit comments

Comments
 (0)