Skip to content

Commit d6530d2

Browse files
committed
Sdk 35
1 parent 2058301 commit d6530d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ plugins {
2121
}
2222

2323
android {
24-
compileSdkVersion 33
24+
compileSdkVersion 35
2525

2626
defaultConfig {
2727
applicationId "com.example.sqlbasics"
28-
minSdkVersion 19
29-
targetSdkVersion 33
28+
minSdkVersion 21
29+
targetSdkVersion 35
3030
versionCode 1
3131
versionName "1.0"
3232

0 commit comments

Comments
 (0)