Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsdayrs committed Jul 27, 2019
1 parent f67f3b7 commit c7abaac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.github.doomsdayrs.apps.shosetsu"
minSdkVersion 22
targetSdkVersion 29
versionCode 17
versionName "v1.1.8-alpha"
versionCode 18
versionName "v1.1.9-alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
13 changes: 8 additions & 5 deletions app/update.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<AppUpdater>

<chapterUpdate>
<latestVersion>1.1.8-alpha</latestVersion>
<latestVersionCode>17</latestVersionCode>
<latestVersion>1.1.9-alpha</latestVersion>
<latestVersionCode>18</latestVersionCode>
<url>https://github.com/Doomsdayrs/shosetsu/releases</url>
<releaseNotes>
- HOPEFULLY you all got an chapterUpdate notification for this
- Added new parser
- Bug fixes and improvements
- Still hoping you got an update :D
- If you are from uptodown, use uptodown to get your update at https://shosetsu.en.uptodown.com/android
- Lots of bug fixes and performance improvements
- Added bases for many new features to come
- Primitive migration, and. GOSH. It can handle multiple novels, might be slow tho. and be patient for loadings
- Known issue: rotating often in chapter view then swapping back to a catalogue breaks the catalogue.
</releaseNotes>
</chapterUpdate>

Expand Down

0 comments on commit c7abaac

Please sign in to comment.