We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded09d1 commit 6192776Copy full SHA for 6192776
app/build.gradle
@@ -22,12 +22,12 @@ plugins {
22
23
android {
24
namespace 'com.example.sqldemo'
25
- compileSdk 32
+ compileSdk 35
26
27
defaultConfig {
28
applicationId "com.example.sqldemo"
29
minSdk 21
30
- targetSdk 32
+ targetSdk 35
31
versionCode 1
32
versionName "1.0"
33
@@ -82,4 +82,4 @@ dependencies {
82
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
83
debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
84
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"
85
-}
+}
0 commit comments