Skip to content

Commit

Permalink
Bump to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steve1316 committed May 26, 2022
1 parent 49f72c2 commit b5966de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ android {
applicationId "com.example.cv_bot_template"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionName "2.0.0"
versionCode 4
versionName "2.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
9 changes: 4 additions & 5 deletions android/app/update.xml
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>

0 comments on commit b5966de

Please sign in to comment.