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:
@@ -32,7 +32,8 @@
|
||||
android:launchMode="singleTask"
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:screenOrientation="portrait"
|
||||
android:fitsSystemWindows="false">
|
||||
android:fitsSystemWindows="false"
|
||||
android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
||||
Reference in New Issue
Block a user