diff --git a/BromiteWebView/module.prop b/BromiteWebView/module.prop index 95bcda1..bda644b 100644 --- a/BromiteWebView/module.prop +++ b/BromiteWebView/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_BromiteWebView name=NanoDroid (Bromite WebView sub module) -version=v21.0.91.20190709 -versionCode=9 +version=v22.0.20190713 +versionCode=10 author=Nanolx description=NanoDroid (Bromite WebView sub module) minMagisk=1500 diff --git a/ChangeLog.md b/ChangeLog.md index 3bd8fea..7fcf535 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # ChangeLog -## 22.0 in-dev +## 22.0.20190713 [USS Excelsior](https://memory-alpha.fandom.com/wiki/USS_Excelsior) ### Notes diff --git a/CommonAddon b/CommonAddon index 16c8af0..490613d 100644 --- a/CommonAddon +++ b/CommonAddon @@ -16,7 +16,7 @@ source /tmp/backuptool.functions MODID=@MODID@ OUTFD= -VERSION=21.0.91.20190709 +VERSION=22.0.20190713 print_google_apps() { diff --git a/CommonInstaller b/CommonInstaller index c6e6d5b..cbc7b4c 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=21.0.91.20190709 +VERSION=22.0.20190713 NANODROID_UPGRADE=0 INSTALL_SUCCESS=TRUE NANODROID_LIST=/data/adb/NanoDroid_FileList diff --git a/F-Droid/module.prop b/F-Droid/module.prop index 442f5bf..c488079 100644 --- a/F-Droid/module.prop +++ b/F-Droid/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_FDroid name=NanoDroid (F-Droid sub module) -version=v21.0.91.20190709 -versionCode=69 +version=v22.0.20190713 +versionCode=70 author=Nanolx description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs minMagisk=1500 diff --git a/Full/module.prop b/Full/module.prop index 97b1a46..39cadbc 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,7 +1,7 @@ id=NanoDroid name=NanoDroid -version=v21.0.91.20190709 -versionCode=73 +version=v22.0.20190713 +versionCode=74 author=Nanolx description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. minMagisk=1500 diff --git a/OsmAnd/module.prop b/OsmAnd/module.prop index cecb827..dd705dc 100644 --- a/OsmAnd/module.prop +++ b/OsmAnd/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_OsmAnd name=NanoDroid (OsmAnd) -version=v21.0.91.20190709 -versionCode=8 +version=v22.0.20190713 +versionCode=9 author=Nanolx description=NanoDroid (OsmAnd sub module) minMagisk=1500 diff --git a/README.md b/README.md index a925f5b..20e8837 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc) ## Current Release -* Stable: 21.0.20190601 ([USS Reliant](https://memory-alpha.fandom.com//wiki/USS_Reliant)) -* Beta: 21.0.91.20190709 (22.0-beta2) +* Stable: 22.0.20190713 ([USS Excelsior](https://memory-alpha.fandom.com/wiki/USS_Excelsior)) +* Beta: --- (---) ## Downloads diff --git a/build-package b/build-package index fb4c7eb..06ed356 100755 --- a/build-package +++ b/build-package @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=21.0.91.20190709 +VERSION=22.0.20190713 CWD=$(readlink -m "${BASH_SOURCE[0]}") CWD=$(dirname "${CWD}") diff --git a/microG/module.prop b/microG/module.prop index bddc61f..a309c2f 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v21.0.91.20190709 -versionCode=72 +version=v22.0.20190713 +versionCode=73 author=Nanolx description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs minMagisk=1500 diff --git a/patcher/CommonPatcher b/patcher/CommonPatcher index 7aef4ef..b756547 100644 --- a/patcher/CommonPatcher +++ b/patcher/CommonPatcher @@ -6,7 +6,7 @@ # ########################################################################################## -VERSION=21.0.91.20190709 +VERSION=22.0.20190713 ########################################################################################## # Generic Functions diff --git a/setup-wizard/META-INF/com/google/android/aroma-config b/setup-wizard/META-INF/com/google/android/aroma-config index 99cb138..fa5bb6d 100644 --- a/setup-wizard/META-INF/com/google/android/aroma-config +++ b/setup-wizard/META-INF/com/google/android/aroma-config @@ -1,8 +1,8 @@ ini_set("rom_name", "NanoDroid SetupWizard"); -ini_set("rom_version", "21.0.91"); +ini_set("rom_version", "22.0"); ini_set("rom_author", "Nanolx"); ini_set("rom_device", "Generic (LOS/AOSP)"); -ini_set("rom_date", "20190709"); +ini_set("rom_date", "20190713"); ini_set("force_colorspace","rgba"); splash(2000, "nanolx"); diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index bdc3655..5eb1c53 100644 --- a/setup-wizard/nanodroid-setup +++ b/setup-wizard/nanodroid-setup @@ -2,7 +2,7 @@ OUTFD=2 CONF_BACKUP="/data/media/0/nanodroid_backups/config_$(date +%Y%m%d-%H.%M.%S)" -VERSION=21.0.91.20190709 +VERSION=22.0.20190713 ui_print() { echo -n -e "ui_print $1\n" >> /proc/self/fd/$OUTFD diff --git a/systest/SysTest b/systest/SysTest index 496ba3e..bd7fffa 100644 --- a/systest/SysTest +++ b/systest/SysTest @@ -6,7 +6,7 @@ # ########################################################################################## -VERSION=21.0.91.20190709 +VERSION=22.0.20190713 TMPDIR=/dev/tmp LOGFILE="/data/media/0/nanodroid_logs/NanoDroid-SysTest-$(date +%Y%m%d-%H.%M.%S).log" diff --git a/uninstaller/META-INF/com/google/android/update-binary b/uninstaller/META-INF/com/google/android/update-binary index 8374b9c..5d656c5 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -3,7 +3,7 @@ OUTFD=$2 ZIP=$3 BACKUP_DIR="/data/media/0/nanodroid_backups" -VERSION=21.0.91.20190709 +VERSION=22.0.20190713 detect_bootmode () { [ -z ${BOOTMODE} ] && BOOTMODE=false