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:
@@ -5,8 +5,8 @@ buildscript {
|
||||
RNNKotlinVersion = "1.3.61"
|
||||
buildToolsVersion = "30.0.2"
|
||||
minSdkVersion = 21
|
||||
compileSdkVersion = 30
|
||||
targetSdkVersion = 30
|
||||
compileSdkVersion = 31
|
||||
targetSdkVersion = 31
|
||||
ndkVersion = "21.4.7075529"
|
||||
}
|
||||
repositories {
|
||||
|
Reference in New Issue
Block a user