Skip to content

Commit 6192776

Browse files
SDk 35
1 parent ded09d1 commit 6192776

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.sqldemo'
25-
compileSdk 32
25+
compileSdk 35
2626

2727
defaultConfig {
2828
applicationId "com.example.sqldemo"
2929
minSdk 21
30-
targetSdk 32
30+
targetSdk 35
3131
versionCode 1
3232
versionName "1.0"
3333

@@ -82,4 +82,4 @@ dependencies {
8282
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
8383
debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
8484
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"
85-
}
85+
}

0 commit comments

Comments
 (0)