mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-05 14:10:35 -04:00
[gallery] set the version code and version name in AndroidManifest.xml
PiperOrigin-RevId: 771218623
This commit is contained in:
parent
207cc50878
commit
94097af9c8
1 changed files with 6 additions and 4 deletions
|
@ -16,12 +16,14 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.google.ai.edge.gallery"
|
package="com.google.ai.edge.gallery"
|
||||||
xmlns:tools="http://schemas.android.com/tools">
|
android:versionCode="1"
|
||||||
|
android:versionName="1.0.4"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="26"
|
android:minSdkVersion="26"
|
||||||
android:compileSdkVersion ="35"
|
android:compileSdkVersion="35"
|
||||||
android:targetSdkVersion="35" />
|
android:targetSdkVersion="35" />
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.CAMERA" />
|
<uses-permission android:name="android.permission.CAMERA" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue