-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<AppUpdater> | ||
<update> | ||
<latestVersion>2.0.0</latestVersion> | ||
<latestVersion>2.0.1</latestVersion> | ||
<url>https://github.com/steve1316/android-cv-bot-template/releases</url> | ||
<releaseNotes> | ||
v2.0.0 - Changelog | ||
v2.0.1 - Changelog | ||
|
||
- Migration of Android UI to React Native UI to standardize all my projects visuals moving forward. | ||
- Includes latest changes to framework including replacing Kord with Javacord for Discord integration. | ||
- Since project file structure was changed, updating from v1.0.2 to v2.0.0 from within the app is not possible. | ||
- Added basic component usage including snackbar and conditional rendering example. | ||
- Updated the raw url for the update.xml so that AppUpdater can work properly. | ||
</releaseNotes> | ||
</update> | ||
</AppUpdater> |