Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #298 from suomiy/v2.0.1
Browse files Browse the repository at this point in the history
Version 2.0.1
  • Loading branch information
suomiy authored Feb 13, 2018
2 parents 9e4318d + c35e85c commit a2c86da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ Get the newest version [here](https://github.com/oVirt/moVirt/blob/master/moVirt
and check out the [User's guide](https://github.com/oVirt/moVirt/wiki/User%27s-guide)

### Supported oVirt and Android per moVirt version
| oVirt \ moVirt | [1.1](https://github.com/oVirt/moVirt/raw/430cb4a1aae86e66a3ed3a3b7cae7d072354cb76/moVirt/moVirt-release.apk)<sup>1</sup> | [1.2](https://github.com/oVirt/moVirt/raw/f8585585a02396de7dd555860a102e2ba4dff4f8/moVirt/moVirt-release.apk)<sup>1</sup> | [1.3](https://github.com/oVirt/moVirt/raw/976cceaad5d298b9e734a9b79cf4966a088eacc3/moVirt/moVirt-release.apk)<sup>2</sup>, [1.4](https://github.com/oVirt/moVirt/raw/4896f4d8cecd6b733d921324a347505bc6437f72/moVirt/moVirt-release.apk)<sup>2</sup> | [1.5](https://github.com/oVirt/moVirt/raw/9ce19a6a16e76da79473887a0074066b9e3ea494/moVirt/moVirt-release.apk)<sup>2</sup> | [1.6 - 2.0](https://github.com/oVirt/moVirt/releases)<sup>2</sup> |
| oVirt \ moVirt | [1.1](https://github.com/oVirt/moVirt/raw/430cb4a1aae86e66a3ed3a3b7cae7d072354cb76/moVirt/moVirt-release.apk)<sup>1</sup> | [1.2](https://github.com/oVirt/moVirt/raw/f8585585a02396de7dd555860a102e2ba4dff4f8/moVirt/moVirt-release.apk)<sup>1</sup> | [1.3](https://github.com/oVirt/moVirt/raw/976cceaad5d298b9e734a9b79cf4966a088eacc3/moVirt/moVirt-release.apk)<sup>2</sup>, [1.4](https://github.com/oVirt/moVirt/raw/4896f4d8cecd6b733d921324a347505bc6437f72/moVirt/moVirt-release.apk)<sup>2</sup> | [1.5](https://github.com/oVirt/moVirt/raw/9ce19a6a16e76da79473887a0074066b9e3ea494/moVirt/moVirt-release.apk)<sup>2</sup> | [1.6 - 2.0.1](https://github.com/oVirt/moVirt/releases)<sup>2</sup> |
| --------------- | ---- | --- | ----| --- | --- |
| **3.4** | yes | yes | no<sup>3</sup> | no<sup>3</sup> | no<sup>3</sup> | no<sup>3</sup> |
| **3.5** | no | yes | yes | no<sup>3</sup> | no<sup>3</sup> | no<sup>3</sup> |
| **3.6** | no | no | yes | yes | yes |
| **4.0** | no | no | no | yes | yes |
| **4.1** | no | no | no | no<sup>3</sup> | yes |
| **4.2** | no | no | no | no<sup>3</sup> | yes|

**[1]**: works on Android 4.0+ <br/>
**[2]**: works on Android 4.1+ <br/>
Expand Down
Binary file modified moVirt/moVirt-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions moVirt/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ovirt.mobile.movirt"
android:versionCode="10"
android:versionName="2.0">
android:versionCode="11"
android:versionName="2.0.1">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.VIBRATE"/>
Expand Down
2 changes: 1 addition & 1 deletion moVirt/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<string name="trigger_title_format">Triggers - %1$s</string>
<string name="when">when</string>
<string name="moVirt_license">Apache License, Version 2.0</string>
<string name="moVirt_version">App Version 2.0</string>
<string name="moVirt_version">App Version 2.0.1</string>
<string name="moVirt_readme"><a href="https://github.com/oVirt/moVirt/blob/master/README.md">About</a></string>
<string name="moVirt_privacy_policy"><a href="https://github.com/oVirt/moVirt/blob/master/PRIVACY_POLICY.md">Privacy Policy</a></string>
<string name="moVirt_users_guide_link">https://github.com/oVirt/moVirt/wiki/User%27s-guide</string>
Expand Down

0 comments on commit a2c86da

Please sign in to comment.