We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f71c8 commit 316c7a4Copy full SHA for 316c7a4
build-support/build_canary.sh
@@ -55,7 +55,7 @@ then
55
cat ./android/gradle/wrapper/gradle-wrapper.properties
56
# Flutter <3.29.0 (delete this else block when min Flutter SDK is bumped to 3.29.0 or higher)
57
else
58
- sed -i '' -e "s/id \"com.android.application\" .*/id \"com.android.application\" version \"8.1.0\" apply false/" ./android/settings.gradle
+ sed -i '' -e "s/id \"com.android.application\" .*/id \"com.android.application\" version \"8.3.0\" apply false/" ./android/settings.gradle
59
sed -i '' -e "s/id \"org.jetbrains.kotlin.android\" .*/id \"org.jetbrains.kotlin.android\" version \"1.9.10\" apply false/" ./android/settings.gradle
60
cat ./android/settings.gradle
61
0 commit comments