Skip to content

Commit

Permalink
set custom rom version value
Browse files Browse the repository at this point in the history
  • Loading branch information
androidlover5842 committed Dec 20, 2016
1 parent b6251da commit 0901036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Updater.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<RomUpdater>
<update>
<RomLatestVersion>1481233090</RomLatestVersion>
<RomLatestVersion>20161230</RomLatestVersion>
<URL>https://github.com/Arubadel/Arubadel/releases/download/untagged-71b60b7351492a2477d1/app-release.apk</URL>
<Changelog>
- Test Updater
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static String getRomPackageName(Context context) {

static String getRomInstalledVersion() {
String version;
ShellExecuter.command="getprop ro.build.date.utc";
ShellExecuter.command="getprop ro.rom.version";
version=ShellExecuter.runAsRoot();
return version;
}
Expand Down

0 comments on commit 0901036

Please sign in to comment.