Skip to content

Commit

Permalink
Merge branch 'main' of github.com:android/camera-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
madebymozart committed Jun 6, 2024
2 parents a88b0b9 + 184555c commit 67887f7
Show file tree
Hide file tree
Showing 59 changed files with 2,999 additions and 516 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 67887f7

Please sign in to comment.