Skip to content

Commit 1b2c808

Browse files
committed
add version code and name to searchable dictionary sample (make it v2)
Change-Id: Ie19c107528ef0df715936303baeda002efaef6cb
1 parent ca2327f commit 1b2c808

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/SearchableDictionary/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
*/
1818
-->
1919
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
20-
package="com.example.android.searchabledict">
20+
package="com.example.android.searchabledict"
21+
android:versionCode="2"
22+
android:versionName="2.0">
2123

2224
<uses-sdk android:minSdkVersion="4" />
2325

0 commit comments

Comments
 (0)