Skip to content

Commit 53f45b1

Browse files
Update build.gradle
1 parent 9fbd4b7 commit 53f45b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ plugins {
33
}
44

55
android {
6-
compileSdk = 34
6+
compileSdk = 36
77
namespace = "com.mursaat.sample"
88

99
defaultConfig {
1010
applicationId "com.mursaat.sample"
1111
minSdk = 21
12-
targetSdk = 34
12+
targetSdk = 35
1313
versionCode 1
1414
versionName "1.0"
1515
}

0 commit comments

Comments
 (0)