Browse Source

Revert "Revert "Update the package version to reflect the espeak version.""

This reverts commit 85594a9e8d.

The commit this reverted was the wrong commit. Therefore, undo the revert.
master
Reece H. Dunn 12 years ago
parent
commit
e8ac81e611
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      android/AndroidManifest.xml

+ 2
- 2
android/AndroidManifest.xml View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.reecedunn.espeak"
android:versionCode="7"
android:versionName="1.46.02_r7" >
android:versionCode="8"
android:versionName="1.46.29" >

<uses-feature
android:name="android.hardware.touchscreen"

Loading…
Cancel
Save