Skip to content

Commit

Permalink
Release 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kingargyle committed Feb 21, 2015
1 parent 3f3b935 commit 88a9771
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plexapp-rest-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>us.nineworlds.serenity</groupId>
<artifactId>serenity-parent</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
</parent>

<artifactId>plexapp-rest-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>us.nineworlds.serenity</groupId>
<artifactId>serenity-parent</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
<packaging>pom</packaging>

<modules>
Expand Down
3 changes: 2 additions & 1 deletion serenity-app/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionCode="1009003" android:versionName="1.9.3.20150215-1153" package="us.nineworlds.serenity">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionCode="1009004" android:versionName="1.9.4.20150220-1911" package="us.nineworlds.serenity">

<!-- try to exclude phone devices from the list. Currently only support Tablets and TVs -->
<supports-screens android:largeScreens="true" android:normalScreens="false" android:smallScreens="false" android:xlargeScreens="true"/>
Expand All @@ -16,6 +16,7 @@
<uses-permission android:name="android.permission.RECORD_AUDIO"/>

<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-feature android:name="android.hardware.microphone" android:required="false"/>

<application android:allowBackup="true" android:hardwareAccelerated="true" android:icon="@drawable/serenity_bonsai_logo" android:label="@string/app_name" android:largeHeap="true" android:name="us.nineworlds.serenity.SerenityApplication" android:theme="@style/AppTheme">
<meta-data android:name="android.app.default_searchable" android:value="us.nineworlds.serenity.ui.search.SearchableActivity"/>
Expand Down
6 changes: 3 additions & 3 deletions serenity-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>us.nineworlds.serenity</groupId>
<artifactId>serenity-parent</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
</parent>

<artifactId>serenity-app</artifactId>
Expand Down Expand Up @@ -70,12 +70,12 @@
<dependency>
<groupId>us.nineworlds.serenity</groupId>
<artifactId>subtitle-converter</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>us.nineworlds.serenity</groupId>
<artifactId>plexapp-rest-library</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>com.googlecode.juniversalchardet</groupId>
Expand Down
4 changes: 2 additions & 2 deletions subtitle-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>us.nineworlds.serenity</groupId>
<artifactId>serenity-parent</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
</parent>
<groupId>us.nineworlds.serenity</groupId>
<artifactId>subtitle-converter</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
<name>subtitle-converter</name>
<dependencies>
<dependency>
Expand Down

0 comments on commit 88a9771

Please sign in to comment.