Skip to content

Commit 316c7a4

Browse files
committed
chore(): Updated Canary Gradle Version to 8.3.0
1 parent 34f71c8 commit 316c7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-support/build_canary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ then
5555
cat ./android/gradle/wrapper/gradle-wrapper.properties
5656
# Flutter <3.29.0 (delete this else block when min Flutter SDK is bumped to 3.29.0 or higher)
5757
else
58-
sed -i '' -e "s/id \"com.android.application\" .*/id \"com.android.application\" version \"8.1.0\" apply false/" ./android/settings.gradle
58+
sed -i '' -e "s/id \"com.android.application\" .*/id \"com.android.application\" version \"8.3.0\" apply false/" ./android/settings.gradle
5959
sed -i '' -e "s/id \"org.jetbrains.kotlin.android\" .*/id \"org.jetbrains.kotlin.android\" version \"1.9.10\" apply false/" ./android/settings.gradle
6060
cat ./android/settings.gradle
6161

0 commit comments

Comments
 (0)