File tree Expand file tree Collapse file tree
AdvancedStateAndSideEffectsCodelab/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717plugins {
1818 id ' com.android.application'
19- id ' kotlin-kapt'
2019 id ' dagger.hilt.android.plugin'
2120 id ' org.jetbrains.kotlin.plugin.compose'
2221}
Original file line number Diff line number Diff line change 1515 */
1616
1717apply plugin : ' com.android.application'
18- apply plugin : ' kotlin-kapt'
1918apply plugin : ' androidx.navigation.safeargs.kotlin'
2019apply plugin : ' org.jetbrains.kotlin.plugin.compose'
2120
2221
2322android {
24- compileSdkVersion 36
23+ compileSdk 36
24+ minSdk 23
25+ targetSdk 33
2526 namespace " com.google.samples.apps.sunflower"
2627 defaultConfig {
2728 applicationId " com.google.samples.apps.sunflower"
28- minSdkVersion 23
29- targetSdkVersion 33
3029 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3130 versionCode 1
3231 versionName " 0.1.6"
You can’t perform that action at this time.
0 commit comments