Skip to content

Commit

Permalink
Update documentation and manifests to the third stable release, calle…
Browse files Browse the repository at this point in the history
…d 'Cyberman'
  • Loading branch information
p-edelman committed Jul 16, 2017
1 parent 0b8853b commit 8e62415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The app is written using het Qt framework and is tested on Linux, Android (see b

## Status

The second stable release, codenamed 'Bad Wolf' is totally usable, though somewhat rough around the edges. You can find the Android version [in the Play Store](https://play.google.com/store/apps/details?id=org.mrpi.transcribe), or use the tag 'badwolf' to check out the Git repository.
The third stable release, codenamed 'Cyberman' is totally suited for daily (usage). You can find the Android version [in the Play Store](https://play.google.com/store/apps/details?id=org.mrpi.transcribe), or use the tag 'cyberman' to check out the Git repository.

### Android

Expand Down
2 changes: 1 addition & 1 deletion resources/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.mrpi.transcribe" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="Bad Wolf" android:versionCode="200" android:installLocation="auto">
<manifest package="org.mrpi.transcribe" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="Cyberman" android:versionCode="300" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Transcribe" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="Transcribe" android:screenOrientation="unspecified" android:launchMode="singleTop">
<intent-filter>
Expand Down

0 comments on commit 8e62415

Please sign in to comment.