We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2327f commit 1b2c808Copy full SHA for 1b2c808
samples/SearchableDictionary/AndroidManifest.xml
@@ -17,7 +17,9 @@
17
*/
18
-->
19
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
20
- package="com.example.android.searchabledict">
+ package="com.example.android.searchabledict"
21
+ android:versionCode="2"
22
+ android:versionName="2.0">
23
24
<uses-sdk android:minSdkVersion="4" />
25
0 commit comments