Skip to content

Commit

Permalink
Merge pull request #568 from tiger-google/upgrade-version-for-one-ui-6.0
Browse files Browse the repository at this point in the history
upgrade dependency version of CameraXExtension
  • Loading branch information
jsaund authored Jan 15, 2024
2 parents 7b0a878 + 4428a9f commit 96cbc7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CameraXExtensions/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kapt {

android {
namespace 'com.example.android.cameraxextensions'
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.example.android.cameraxextensions"
Expand All @@ -44,7 +44,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.3.2"
kotlinCompilerExtensionVersion = "1.5.8"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions CameraXExtensions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
// Top-level variables used for versioning
ext.kotlin_version = '1.7.20'
ext.kotlin_version = '1.9.22'
ext.java_version = JavaVersion.VERSION_11

ext.camerax_version = '1.2.0-beta02'
ext.camerax_version = '1.4.0-alpha03'
ext.coroutines_version = '1.6.0'
ext.lifecycle_version = '2.5.1'
ext.camerax = '1.2.0-alpha04'
Expand Down

0 comments on commit 96cbc7d

Please sign in to comment.