Skip to content

Commit b3c31b5

Browse files
committed
Sdk 35
1 parent 8130f0c commit b3c31b5

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
@@ -22,12 +22,12 @@ plugins {
2222

2323
android {
2424
namespace 'com.example.sqlbasics'
25-
compileSdk 34
25+
compileSdk 35
2626

2727
defaultConfig {
2828
applicationId "com.example.sqlbasics"
29-
minSdkVersion 19
30-
targetSdkVersion 34
29+
minSdkVersion 21
30+
targetSdkVersion 35
3131
versionCode 1
3232
versionName "1.0"
3333

0 commit comments

Comments
 (0)