Update release to 0.95

This is the version released to the Play Store as version 0.95.
master
Raph Levien 11 years ago
parent f9907cce2f
commit b50e3621fc
  1. 4
      android/AndroidManifest.xml

@ -2,8 +2,8 @@
<manifest <manifest
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
package="com.levien.synthesizer" package="com.levien.synthesizer"
android:versionCode="6" android:versionCode="7"
android:versionName="0.94"> android:versionName="0.95">
<uses-sdk android:minSdkVersion="9" <uses-sdk android:minSdkVersion="9"
android:targetSdkVersion="17" android:targetSdkVersion="17"
/> <!-- 9 = Gingerbread --> /> <!-- 9 = Gingerbread -->

Loading…
Cancel
Save