diff --git a/homescreen_codelab/step_03/android/build.gradle b/homescreen_codelab/step_03/android/build.gradle index f7eb7f63ce..526488549f 100644 --- a/homescreen_codelab/step_03/android/build.gradle +++ b/homescreen_codelab/step_03/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.7.10' + ext.kotlin_version = '1.9.0' repositories { google() mavenCentral() diff --git a/homescreen_codelab/step_03/pubspec.yaml b/homescreen_codelab/step_03/pubspec.yaml index d2c5072253..eee137b654 100644 --- a/homescreen_codelab/step_03/pubspec.yaml +++ b/homescreen_codelab/step_03/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: sdk: flutter cupertino_icons: ^1.0.2 shared_preferences: ^2.0.15 - home_widget: ^0.3.0 + home_widget: ^0.6.0 dev_dependencies: