chore: Upgrade CameraX to alpha09 (#472)

* chore: Upgrade CameraX to alpha09

* Remove custom ProGuard file

It's no longer needed, CameraX now ships one.

* Set `targetSdkVersion` to `31`

* set `compileSdkVersion` to 31

* Add `android:exported=false`
This commit is contained in:
Marc Rousavy
2021-10-07 12:20:21 +02:00
committed by GitHub
parent bd46da614e
commit 8d24e344c9
6 changed files with 14 additions and 14 deletions

View File

@@ -12,9 +12,9 @@
# org.gradle.parallel=true
#Fri Feb 19 20:46:14 CET 2021
VisionCamera_buildToolsVersion=30.0.0
VisionCamera_compileSdkVersion=30
VisionCamera_compileSdkVersion=31
VisionCamera_kotlinVersion=1.5.30
VisionCamera_targetSdkVersion=30
VisionCamera_targetSdkVersion=31
VisionCamera_ndkVersion=21.4.7075529
android.enableJetifier=true
android.useAndroidX=true