Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ fun CameraView(
)
}

// We close any currently open camera just in case, then open up
// our own to be display the live camera feed
// We close any currently open camera just in case, then open
// our own to display the live camera feed
cameraProvider.unbindAll()
cameraProvider.bindToLifecycle(
lifecycleOwner,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id "de.undercouch.download" version "5.4.0"
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'com.android.application' version '8.9.0' apply false
id 'com.android.library' version '8.9.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Sun Jun 18 17:54:27 EET 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
285 changes: 176 additions & 109 deletions examples/object_detection/android-jetpack-compose/gradlew
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading