Skip to content

Commit 02926ae

Browse files
committed
Update boring_to_beautiful
1 parent 836ebe3 commit 02926ae

File tree

33 files changed

+936
-912
lines changed

33 files changed

+936
-912
lines changed

boring_to_beautiful/codelab_rebuild.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73283,6 +73283,30 @@ steps:
7328373283
/ven/GIf8SbPFObFX1/Q+BzUPgc8gZsVfb/lj/j6+af8bZIM8AZsVff+EvmX/eOL/jKP+ItnhrNir6/o
7328473284
fA5qHwOeQM2Kvs/RK/pSDbs//ETkwzwBmxV9/wCBtQ/3guf+MT/8ROeCc2Kvr8A0GxzUPgc8gZsVfYAB
7328573285
qNj1zZ4/zYq//9k=
73286+
- name: Patch android/settings.gradle
73287+
path: myartist/android/settings.gradle
73288+
patch-u: |
73289+
--- b/boring_to_beautiful/step_01/android/settings.gradle
73290+
+++ a/boring_to_beautiful/step_01/android/settings.gradle
73291+
@@ -18,7 +18,7 @@ pluginManagement {
73292+
73293+
plugins {
73294+
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
73295+
- id "com.android.application" version "8.1.0" apply false
73296+
+ id "com.android.application" version "8.7.3" apply false
73297+
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
73298+
}
73299+
- name: Patch
73300+
path: myartist/android/gradle/wrapper/gradle-wrapper.properties
73301+
patch-u: |
73302+
--- b/boring_to_beautiful/step_01/android/gradle/wrapper/gradle-wrapper.properties
73303+
+++ a/boring_to_beautiful/step_01/android/gradle/wrapper/gradle-wrapper.properties
73304+
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
73305+
distributionPath=wrapper/dists
73306+
zipStoreBase=GRADLE_USER_HOME
73307+
zipStorePath=wrapper/dists
73308+
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
73309+
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
7328673310
- name: flutter doctor
7328773311
path: myartist
7328873312
flutter: doctor

boring_to_beautiful/final/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip

boring_to_beautiful/final/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.1.0" apply false
21+
id "com.android.application" version "8.7.3" apply false
2222
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
2323
}
2424

boring_to_beautiful/final/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 67 additions & 67 deletions
Large diffs are not rendered by default.

boring_to_beautiful/final/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.

boring_to_beautiful/step_01/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip

boring_to_beautiful/step_01/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.1.0" apply false
21+
id "com.android.application" version "8.7.3" apply false
2222
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
2323
}
2424

boring_to_beautiful/step_01/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 67 additions & 67 deletions
Large diffs are not rendered by default.

boring_to_beautiful/step_01/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.

boring_to_beautiful/step_02/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip

0 commit comments

Comments
 (0)