Skip to content

Commit

Permalink
Merge pull request #562 from CharcoalChen/Add-Camera2Extensions-Captu…
Browse files Browse the repository at this point in the history
…reProgress-Features

Add UI design to show the new info provided by Camera2Extensions API 34
  • Loading branch information
madebymozart committed Nov 3, 2023
2 parents 270fd2b + 1c7df81 commit b9abeab
Show file tree
Hide file tree
Showing 27 changed files with 1,681 additions and 181 deletions.
4 changes: 3 additions & 1 deletion Camera2Extensions/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ apply plugin: 'kotlin-kapt'
apply plugin: "androidx.navigation.safeargs"

android {
compileSdkVersion 'android-33'
defaultConfig {
testInstrumentationRunner kotlin_version
applicationId "com.android.example.camera2.extensions"
compileSdk 34
minSdkVersion 31
targetSdkVersion 33
versionCode 1
Expand Down Expand Up @@ -65,6 +65,7 @@ android {
dependencies {
implementation "androidx.activity:activity-ktx:1.2.3"
implementation "androidx.fragment:fragment-ktx:1.3.5"
implementation(project(":utils"))

// Kotlin lang
implementation 'androidx.core:core-ktx:1.6.0'
Expand All @@ -76,6 +77,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.google.android.material:material:1.6.0'

// Navigation library
def nav_version = "2.3.5"
Expand Down
Loading

0 comments on commit b9abeab

Please sign in to comment.