File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ plugins {
1818android {
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
Original file line number Diff line number Diff 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}")
You can’t perform that action at this time.
0 commit comments