day1_commit_2_added_minimal_and_target_SDK_version
This commit is contained in:
parent
8a6dc90e97
commit
3ef67d51b3
@ -2,6 +2,11 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<!-- Минимальная и целевая версия SDK по тз (28 и 34) -->
|
||||
<uses-sdk
|
||||
android:minSdkVersion="28"
|
||||
android:targetSdkVersion="34" />
|
||||
|
||||
<uses-feature android:name="android.hardware.camera.any" />
|
||||
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user