Skip to content

Commit f3f5441

Browse files
whhonecopybara-github
authored andcommitted
[gallery] set the version code and version name in AndroidManifest.xml
PiperOrigin-RevId: 771218623
1 parent 207cc50 commit f3f5441

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Android/src/app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
-->
1717

1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
19-
package="com.google.ai.edge.gallery"
20-
xmlns:tools="http://schemas.android.com/tools">
19+
package="com.google.ai.edge.gallery"
20+
android:versionCode="1"
21+
android:versionName="1.0.4"
22+
xmlns:tools="http://schemas.android.com/tools">
2123

2224
<uses-sdk
2325
android:minSdkVersion="26"
24-
android:compileSdkVersion ="35"
26+
android:compileSdkVersion="35"
2527
android:targetSdkVersion="35" />
2628

2729
<uses-permission android:name="android.permission.CAMERA" />
@@ -99,4 +101,4 @@
99101
</service>
100102
</application>
101103

102-
</manifest>
104+
</manifest>

0 commit comments

Comments
 (0)