Browse Source
Merge pull request #1706 from austinhuang0131/renovate/androidx.camera-camera-view-1.x
Update dependency androidx.camera:camera-view to v1.0.0-alpha27
master
Austin Huang
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/build.gradle
|
|
@ -210,7 +210,7 @@ dependencies { |
|
|
|
def camerax_version = "1.1.0-alpha07" |
|
|
|
implementation "androidx.camera:camera-camera2:$camerax_version" |
|
|
|
implementation "androidx.camera:camera-lifecycle:$camerax_version" |
|
|
|
implementation "androidx.camera:camera-view:1.0.0-alpha26" |
|
|
|
implementation "androidx.camera:camera-view:1.0.0-alpha27" |
|
|
|
|
|
|
|
// EmojiCompat |
|
|
|
def emoji_compat_version = "1.1.0" |
|
|
|