Committed by
GitHub
Merge branch 'master' into fix/544
Showing
2 changed files
with
8 additions
and
8 deletions
| @@ -11,12 +11,12 @@ jobs: | @@ -11,12 +11,12 @@ jobs: | ||
| 11 | analysis: | 11 | analysis: |
| 12 | runs-on: ubuntu-latest | 12 | runs-on: ubuntu-latest |
| 13 | steps: | 13 | steps: |
| 14 | - - uses: actions/checkout@v3.4.0 | ||
| 15 | - - uses: actions/setup-java@v3.10.0 | 14 | + - uses: actions/checkout@v3.5.0 |
| 15 | + - uses: actions/setup-java@v3.11.0 | ||
| 16 | with: | 16 | with: |
| 17 | java-version: 11 | 17 | java-version: 11 |
| 18 | distribution: temurin | 18 | distribution: temurin |
| 19 | - - uses: subosito/flutter-action@v2.8.0 | 19 | + - uses: subosito/flutter-action@v2.10.0 |
| 20 | with: | 20 | with: |
| 21 | cache: true | 21 | cache: true |
| 22 | - name: Version | 22 | - name: Version |
| @@ -28,12 +28,12 @@ jobs: | @@ -28,12 +28,12 @@ jobs: | ||
| 28 | formatting: | 28 | formatting: |
| 29 | runs-on: ubuntu-latest | 29 | runs-on: ubuntu-latest |
| 30 | steps: | 30 | steps: |
| 31 | - - uses: actions/checkout@v3.4.0 | ||
| 32 | - - uses: actions/setup-java@v3.10.0 | 31 | + - uses: actions/checkout@v3.5.0 |
| 32 | + - uses: actions/setup-java@v3.11.0 | ||
| 33 | with: | 33 | with: |
| 34 | java-version: 11 | 34 | java-version: 11 |
| 35 | distribution: temurin | 35 | distribution: temurin |
| 36 | - - uses: subosito/flutter-action@v2.8.0 | 36 | + - uses: subosito/flutter-action@v2.10.0 |
| 37 | with: | 37 | with: |
| 38 | cache: true | 38 | cache: true |
| 39 | - name: Format | 39 | - name: Format |
| @@ -49,10 +49,10 @@ dependencies { | @@ -49,10 +49,10 @@ dependencies { | ||
| 49 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" | 49 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
| 50 | 50 | ||
| 51 | // Use this dependency to bundle the model with your app | 51 | // Use this dependency to bundle the model with your app |
| 52 | - implementation 'com.google.mlkit:barcode-scanning:17.0.3' | 52 | + implementation 'com.google.mlkit:barcode-scanning:17.1.0' |
| 53 | // Use this dependency to use the dynamically downloaded model in Google Play Services | 53 | // Use this dependency to use the dynamically downloaded model in Google Play Services |
| 54 | // implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0' | 54 | // implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0' |
| 55 | 55 | ||
| 56 | implementation 'androidx.camera:camera-camera2:1.2.1' | 56 | implementation 'androidx.camera:camera-camera2:1.2.1' |
| 57 | - implementation 'androidx.camera:camera-lifecycle:1.2.1' | 57 | + implementation 'androidx.camera:camera-lifecycle:1.2.2' |
| 58 | } | 58 | } |
-
Please register or login to post a comment