Merge commit 'e7506f830636bfb3425b0efb6f8a8675cb1717c6' into kraken * commit 'e7506f830636bfb3425b0efb6f8a8675cb1717c6': add version code and name to searchable dictionary sample (make it v2)
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
*/
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.android.searchabledict">
|
||||
package="com.example.android.searchabledict"
|
||||
android:versionCode="2"
|
||||
android:versionName="2.0">
|
||||
|
||||
<uses-sdk android:minSdkVersion="4" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user