Skip to content

Commit

Permalink
v1.1.5r4 - release
Browse files Browse the repository at this point in the history
  • Loading branch information
avluis committed Jan 14, 2016
1 parent eb2b9b9 commit 91fad2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "me.devsaki.hentoid"
minSdkVersion 15
targetSdkVersion 22
versionCode 32
versionName '1.1.5r3'
versionCode 33
versionName '1.1.5r4'
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
<string name="title_activity_app_lock">App Lock</string>
<string name="button_ok">OK</string>
<!-- About Activity -->
<string name="about"><![CDATA[<p><b>Hentoid</b> is a Hentai Manga reader & archiving app designed to work with <b>Fakku</>, <b>Pururin</b> and <b>Hitomi</b>.<br />Hentoid was originally created by <b>Cesar Arasaki</b> (known as csaki to many).<br />Hentoid offers you a way to archive H-Manga to your device without the worry of it ever being removed from your collection.</p><p>Hentoid was previously known as FakkuDroid, before support was added for Pururin and Hitomi.</p><p>Note: Pururin has fallen, so support has been pulled - tsumino support is being considered, but a captcha workaround will need to be implemented.</p><p>In addition, Fakku is starting to drop support for free releases, and while support for Fakku Books or Subscription is not currently planned, this may change in the future.</p>]]></string>
<string name="about"><![CDATA[<p><b>Hentoid</b> is a Hentai Manga reader & archiving app designed to work with <b>Fakku</b>, <b>Pururin</b> and <b>Hitomi</b>.<br /><b>nhentai</b> support has been recently added after Fakku going legit, and Pururin getting abandoned.<br />Hentoid was originally created by <b>Cesar Arasaki</b> (known as csaki to many).<br />Hentoid offers you a way to archive H-Manga to your device without the worry of it ever being removed from your collection.</p><p>Hentoid was previously known as FakkuDroid, before support was added for Pururin and Hitomi.</p><p>Note: tsumino support is being considered, but a captcha workaround will need to be implemented.</p><p>In addition, Fakku has dropped support for free content, and while support for Fakku Books or Subscription is not currently planned, this may change in the future.</p>]]></string>
<string name="about_blog"><![CDATA[<u>FakkuDroid</u>]]></string>
<string name="about_blog_url">http://fakkudroid.blogspot.com/</string>
<string name="about_community"><![CDATA[<u>Google+</u>]]></string>
<string name="about_community_url">https://plus.google.com/communities/110496467189870321840</string>
<string name="about_github"><![CDATA[<u>GitHub</u>]]></string>
<string name="about_github_url">https://github.com/csaki/Hentoid</string>
<string name="about_notes"><![CDATA[<p>nhentai parser has been reworked to address the cover image issue and to speed up general performance.</p>]]></string>
<string name="about_notes"><![CDATA[<p>More fixes for nhentai!</p>]]></string>
</resources>
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{ "updateURL" : "https://github.com/csaki/Hentoid/releases/download/v1.1.5r3/hentoid.apk",
"versionCode" : "32"
{ "updateURL" : "https://github.com/csaki/Hentoid/releases/download/v1.1.5r4/hentoid.apk",
"versionCode" : "33"
}

0 comments on commit 91fad2a

Please sign in to comment.