Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Cap-go/camera-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jul 17, 2024
2 parents 5f03a84 + d8ae372 commit 77b5816
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 276 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [6.2.31](https://github.com/Cap-go/camera-preview/compare/6.2.30...6.2.31) (2024-07-15)

### [6.2.30](https://github.com/Cap-go/camera-preview/compare/6.2.29...6.2.30) (2024-07-15)

### [6.2.29](https://github.com/Cap-go/camera-preview/compare/6.2.28...6.2.29) (2024-07-15)

### [6.2.28](https://github.com/Cap-go/camera-preview/compare/6.2.27...6.2.28) (2024-07-15)

### [6.2.27](https://github.com/Cap-go/camera-preview/compare/6.2.26...6.2.27) (2024-07-08)


### Bug Fixes

* **deps:** update dependency androidx.appcompat:appcompat to v1.7.0 ([e339f5d](https://github.com/Cap-go/camera-preview/commit/e339f5db2972e66c689926b5978b258f5555903c))

### [6.2.26](https://github.com/Cap-go/camera-preview/compare/6.2.25...6.2.26) (2024-07-08)

### [6.2.25](https://github.com/Cap-go/camera-preview/compare/6.2.24...6.2.25) (2024-07-08)

### [6.2.24](https://github.com/Cap-go/camera-preview/compare/6.2.23...6.2.24) (2024-07-08)

### [6.2.23](https://github.com/Cap-go/camera-preview/compare/6.2.22...6.2.23) (2024-07-05)

### [6.2.22](https://github.com/Cap-go/camera-preview/compare/6.2.21...6.2.22) (2024-07-05)
Expand Down
2 changes: 1 addition & 1 deletion demo/android/variables.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
compileSdkVersion = 34
targetSdkVersion = 34
androidxActivityVersion = '1.8.0'
androidxAppCompatVersion = '1.6.1'
androidxAppCompatVersion = '1.7.0'
androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoreVersion = '1.12.0'
androidxFragmentVersion = '1.6.2'
Expand Down
9 changes: 5 additions & 4 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capgo/camera-preview",
"version": "6.2.23",
"version": "6.2.31",
"description": "Camera preview",
"author": "Martin Donadieu <[email protected]>",
"license": "MIT",
Expand Down
Loading

0 comments on commit 77b5816

Please sign in to comment.