Skip to content

Commit

Permalink
Release: 1.2.1
Browse files Browse the repository at this point in the history
- (41b3734)
- (251166c)
- (d6bc27e)
- (14b5632)
- (972e375)
- (445382d)
- (3f9c56f)
- (1dc0c74)
- (98b0e6c)
- (98b0e6c)
- (9717b5f)
- (06b93d3)
- (4ec6de7)

Signed-off-by: Arkadip Bhattacharya <in2arkadipb13@gmail.com>
  • Loading branch information
darkmatter18 committed May 28, 2020
1 parent 41b3734 commit cf47145
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName '1.2.1'
versionName '1.2.2'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -42,9 +42,9 @@ dependencies {

implementation 'androidx.camera:camera-camera2:1.0.0-beta04'
implementation 'androidx.camera:camera-core:1.0.0-beta04'
implementation 'androidx.camera:camera-core:1.0.0-beta03'
implementation 'androidx.camera:camera-core:1.0.0-beta04'
implementation 'androidx.camera:camera-extensions:1.0.0-alpha11'
implementation 'androidx.camera:camera-lifecycle:1.0.0-beta03'
implementation 'androidx.camera:camera-lifecycle:1.0.0-beta04'
implementation 'androidx.camera:camera-view:1.0.0-alpha11'
implementation 'org.pytorch:pytorch_android:1.5.0'
implementation 'org.pytorch:pytorch_android_torchvision:1.5.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ private void bindCameraUseCases() {
toggleFlash();
}


private void toggleFlash() {
toggleButton.setOnClickListener(v -> {
try {
Expand Down

0 comments on commit cf47145

Please sign in to comment.