Skip to content

Commit 89140e6

Browse files
feat: support 3.29
1 parent 73e8085 commit 89140e6

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ commands:
1010
setup_flutter:
1111
steps:
1212
- flutter/install_sdk_and_pub:
13-
version: 3.10.5
13+
version: 3.16.0
1414
- run:
1515
name: Generate Pigeons
1616
command: sh ./scripts/pigeon.sh

example/android/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
allprojects {
2-
repositories {
3-
google()
4-
mavenCentral()
5-
}
6-
}
7-
81
rootProject.buildDir = '../build'
92

103
//android {

0 commit comments

Comments
 (0)