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

Commit

Permalink
- Update init
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsdayrs committed Jan 2, 2020
1 parent 3f2bfad commit 405184a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId 'com.github.doomsdayrs.apps.shosetsu'
minSdkVersion 22
targetSdkVersion 29
versionCode 22
versionName "v1.0.0"
versionCode 23
versionName "v1.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down
10 changes: 3 additions & 7 deletions app/update.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
<AppUpdater>

<update>
<latestVersion>1.0.0</latestVersion>
<latestVersionCode>22</latestVersionCode>
<latestVersion>1.1.0</latestVersion>
<latestVersionCode>23</latestVersionCode>
<url>https://github.com/Doomsdayrs/shosetsu/releases</url>
<releaseNotes>
- New DB structure, Incompatible to old releases
- Some UI differences
- New App icon
- Settings redesign
- Some features disabled for due to being untested with new DB
- Spoooood update :D
</releaseNotes>
</update>

Expand Down

0 comments on commit 405184a

Please sign in to comment.