Skip to content

Commit

Permalink
* Fixed problem with Samsung devices running Android 4.2.2
Browse files Browse the repository at this point in the history
 * Fixed FCs
  • Loading branch information
nilsbraden committed Apr 21, 2015
1 parent 7bed438 commit 840957d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ttrssreader/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.ttrssreader"
android:installLocation="internalOnly"
android:versionCode="1840"
android:versionCode="1841"
android:versionName="1.84">

<!-- Check connectivity -->
Expand Down
2 changes: 1 addition & 1 deletion ttrssreader/ttrssreader.iml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="appcompat-v7-22.0.0" level="project" />
<orderEntry type="library" exported="" name="jdom2-2.0.4" level="project" />
<orderEntry type="library" exported="" name="commons-io-2.4" level="project" />
<orderEntry type="library" exported="" name="guava-18.0" level="project" />
<orderEntry type="library" exported="" name="jsoup-1.8.1" level="project" />
<orderEntry type="library" exported="" name="commons-io-2.4" level="project" />
<orderEntry type="library" exported="" name="gson-2.3" level="project" />
<orderEntry type="library" exported="" name="htmlcleaner-2.5" level="project" />
<orderEntry type="library" exported="" name="recyclerview-v7-22.0.0" level="project" />
Expand Down

0 comments on commit 840957d

Please sign in to comment.