mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-05 06:00:31 -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"
|
||||
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" />
|
||||
|
@ -99,4 +101,4 @@
|
|||
</service>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue