Skip to content

Commit

Permalink
Uploaded update.xml for AppUpdater
Browse files Browse the repository at this point in the history
  • Loading branch information
steve1316 committed Jul 15, 2021
1 parent d8da432 commit efbcb76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/update.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<AppUpdater>
<update>
<latestVersion>1.0.0</latestVersion>
<url>https://github.com/steve1316/android-cv-bot-template/releases</url>
<releaseNotes>
v1.0.0 - Changelog

- Release notes go here
- The app does nothing by itself. It serves as a framework for Android computer vision developers for purposes like automating a Android mobile game.
- In order to trigger the auto update notification, the versionName inside the app's build.gradle needs to be greater than 1.0.0.
</releaseNotes>
</update>
</AppUpdater>

0 comments on commit efbcb76

Please sign in to comment.