diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e468858..bf26a95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,11 @@ jobs: with: file: './pubspec.yaml' # File to read from key-path: '["version"]' # Access the runs key then the using key and retuns the value. + - name: Setup Java + uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '17' - name: Setup Flutter id: flutter-action uses: subosito/flutter-action@v2 diff --git a/pubspec.yaml b/pubspec.yaml index c33d19d..226dde9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.1.5+1 +version: 1.1.5+2 environment: sdk: ^3.5.1