Skip to content

Commit 83230f1

Browse files
build: Clean up Gradle SDK versions and remove kotlin-kapt
1 parent 151d09d commit 83230f1

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

AdvancedStateAndSideEffectsCodelab/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
plugins {
1818
id 'com.android.application'
19-
id 'kotlin-kapt'
2019
id 'dagger.hilt.android.plugin'
2120
id 'org.jetbrains.kotlin.plugin.compose'
2221
}

MigrationCodelab/app/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,17 @@
1515
*/
1616

1717
apply plugin: 'com.android.application'
18-
apply plugin: 'kotlin-kapt'
1918
apply plugin: 'androidx.navigation.safeargs.kotlin'
2019
apply plugin: 'org.jetbrains.kotlin.plugin.compose'
2120

2221

2322
android {
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"

0 commit comments

Comments
 (0)