This commit is contained in:
copybara-service[bot] 2025-07-12 00:53:13 +01:00 committed by GitHub
commit 814b612f67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,12 +16,14 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.ai.edge.gallery"
xmlns:tools="http://schemas.android.com/tools">
package="com.google.ai.edge.gallery"
android:versionCode="1"
android:versionName="1.0.4"
xmlns:tools="http://schemas.android.com/tools">
<uses-sdk
android:minSdkVersion="26"
android:compileSdkVersion ="35"
android:compileSdkVersion="35"
android:targetSdkVersion="35" />
<uses-permission android:name="android.permission.CAMERA" />