mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-16 11:16:43 -04:00
Merge 94097af9c8
into d73b1da695
This commit is contained in:
commit
814b612f67
1 changed files with 5 additions and 3 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue