Skip to content

Commit

Permalink
Add automatic updates to module
Browse files Browse the repository at this point in the history
* Add update_info.json

* Add updateJson to module.prop

* Bump version to v7

* Fix JSON
  • Loading branch information
TheJulianJES authored Oct 14, 2022
1 parent 101e9a3 commit e5bd6c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
id=GoogleDialerFramework
name=Dialer Framework for Google Phone
version=v6
versionCode=6
version=v7
versionCode=7
author=TJJ
description=Framework for installing the Google Dialer/Google Phone on Android
updateJson=https://raw.githubusercontent.com/Magisk-Modules-Repo/GoogleDialerFramework/master/update_info.json
6 changes: 6 additions & 0 deletions update_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "v7",
"versionCode": 7,
"zipUrl": "https://github.com/Magisk-Modules-Repo/GoogleDialerFramework/archive/refs/tags/v7.zip",
"changelog": "https://github.com/Magisk-Modules-Repo/GoogleDialerFramework/releases/tag/v7",
}

0 comments on commit e5bd6c9

Please sign in to comment.