update flutter builder
This commit is contained in:
		| @@ -18,15 +18,19 @@ jobs: | ||||
|  | ||||
|     - uses: https://gitea.com/actions/checkout@v4 | ||||
|  | ||||
|  | ||||
|     - uses: https://github.com/actions/setup-java@v4 | ||||
|       with: | ||||
|         java-version: '17' | ||||
|         distribution: 'zulu' | ||||
|  | ||||
|     - name: Fix flutter SDK folder permission | ||||
|       run: git config --global --add safe.directory "*" | ||||
|  | ||||
|     - uses: https://github.com/subosito/flutter-action@v2 | ||||
|       with: | ||||
|         channel: stable | ||||
|         flutter-version: 3.19.6 | ||||
|         flutter-version: 3.22.0 | ||||
|         cache: true | ||||
|  | ||||
|     - name: Setup Android SDK | ||||
|   | ||||
		Reference in New Issue
	
	Block a user