Skip to content

Commit 67887f7

Browse files
committed
Merge branch 'main' of github.com:android/camera-samples
2 parents a88b0b9 + 184555c commit 67887f7

File tree

59 files changed

+2999
-516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2999
-516
lines changed

Camera2Extensions/app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ apply plugin: 'kotlin-kapt'
2020
apply plugin: "androidx.navigation.safeargs"
2121

2222
android {
23-
compileSdkVersion 'android-33'
2423
defaultConfig {
2524
testInstrumentationRunner kotlin_version
2625
applicationId "com.android.example.camera2.extensions"
26+
compileSdk 34
2727
minSdkVersion 31
2828
targetSdkVersion 33
2929
versionCode 1
@@ -65,6 +65,7 @@ android {
6565
dependencies {
6666
implementation "androidx.activity:activity-ktx:1.2.3"
6767
implementation "androidx.fragment:fragment-ktx:1.3.5"
68+
implementation(project(":utils"))
6869

6970
// Kotlin lang
7071
implementation 'androidx.core:core-ktx:1.6.0'
@@ -76,6 +77,7 @@ dependencies {
7677
implementation 'androidx.appcompat:appcompat:1.3.0'
7778
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
7879
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
80+
implementation 'com.google.android.material:material:1.6.0'
7981

8082
// Navigation library
8183
def nav_version = "2.3.5"

0 commit comments

Comments
 (0)