Skip to content

Commit 0537b24

Browse files
authored
Update build.gradle.kts
1 parent e3ca9f8 commit 0537b24

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

HelloAndroid/app/build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ plugins {
2121
kotlin {
2222
android {
2323
namespace = "com.example.android.helloandroid"
24-
compileSdk {
25-
version = release(36) {
26-
minorApiLevel = 1
27-
}
28-
}
24+
compileSdk = 36
2925

3026
defaultConfig {
3127
applicationId = "com.example.android.helloandroid"

0 commit comments

Comments
 (0)