We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750d3e9 commit 46a126cCopy full SHA for 46a126c
.github/workflows/prepare.yaml
@@ -25,6 +25,12 @@ jobs:
25
channel: stable
26
flutter-version: ${{ matrix.flutter-version }}
27
28
+ - name: Set up Java
29
+ uses: actions/setup-java@v4
30
+ with:
31
+ distribution: temurin
32
+ java-version: 21
33
+
34
- name: flutter pub get
35
run: flutter pub get
36
android/build.gradle
@@ -1,5 +1,5 @@
1
-group "vn.hunghd.flutterdownloader"
2
-version "1.0-SNAPSHOT"
+group = "vn.hunghd.flutterdownloader"
+version = "1.0-SNAPSHOT"
3
4
buildscript {
5
repositories {
0 commit comments