Skip to content

Commit

Permalink
minor build-package update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanolx committed Dec 8, 2018
1 parent c3d8f9b commit 02a67d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BromiteWebView/module.prop
@@ -1,7 +1,7 @@
id=NanoDroid_BromiteWebView
name=NanoDroid (Bromite WebView sub module)
version=v20.3.20181208
versionCode=1
versionCode=2
author=Nanolx
description=NanoDroid (Bromite WebView sub module)
minMagisk=1500
2 changes: 1 addition & 1 deletion data/build-package.common
Expand Up @@ -98,7 +98,7 @@ increase_version_number() {
}

increase_module_version () {
for module in Full microG F-Droid; do
for module in Full microG F-Droid BromiteWebView OsmAnd; do
eval $(grep versionCode "${PWD}"/"${module}"/module.prop)
versionCode=$((versionCode+1))
sed -e "s/versionCode.*/versionCode=${versionCode}/" \
Expand Down

0 comments on commit 02a67d3

Please sign in to comment.