Skip to content

Commit 8f9ac59

Browse files
committed
target sdk 33
1 parent 598299d commit 8f9ac59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ plugins {
1818
android {
1919
defaultConfig {
2020
applicationId = "com.example.moviedb"
21-
buildToolsVersion = "31.0.0"
21+
buildToolsVersion = "33.0.0"
2222
minSdk = 23
23-
compileSdkPreview = "Tiramisu"
24-
targetSdkPreview = "Tiramisu"
23+
compileSdk = 33
24+
targetSdk = 33
2525
multiDexEnabled = true
2626
vectorDrawables {
2727
useSupportLibrary = true

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
classpath("com.android.tools.build:gradle:7.2.1")
88
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
99
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.4.2")
10-
classpath("com.google.dagger:hilt-android-gradle-plugin:2.38.1")
10+
classpath("com.google.dagger:hilt-android-gradle-plugin:2.40.1")
1111
// classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Libs.kotlinVersion}")
1212
// classpath("androidx.navigation:navigation-safe-args-gradle-plugin:${Libs.navigationVersion}")
1313
// classpath("com.google.dagger:hilt-android-gradle-plugin:${Libs.daggerHiltVersion}")

0 commit comments

Comments
 (0)