diff --git a/BromiteWebView/module.prop b/BromiteWebView/module.prop index aa81f5b..006f211 100644 --- a/BromiteWebView/module.prop +++ b/BromiteWebView/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_BromiteWebView name=NanoDroid (Bromite WebView sub module) -version=v19.90.20181110 +version=v20.0.20181111 versionCode=1 author=Nanolx description=NanoDroid (Bromite WebView sub module) diff --git a/ChangeLog.md b/ChangeLog.md index 42404f3..a31b2f6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # ChangeLog -## 20.0 in-dev +## 20.0.20181111 "Nimitz" ### Important Notes diff --git a/CommonInstaller b/CommonInstaller index d8ce007..61535e6 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=19.90.20181110 +VERSION=20.0.20181111 NANODROID_UPGRADE=0 NANODROID_LIST=/data/adb/NanoDroid_FileList diff --git a/F-Droid/module.prop b/F-Droid/module.prop index b156302..fbd5f0a 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=v19.90.20181110 -versionCode=58 +version=v20.0.20181111 +versionCode=59 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 2819142..23c348c 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,7 +1,7 @@ id=NanoDroid name=NanoDroid -version=v19.90.20181110 -versionCode=62 +version=v20.0.20181111 +versionCode=63 author=Nanolx description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. minMagisk=1500 diff --git a/README.md b/README.md index d2f9f64..d4d9aaf 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc) ## Current Release -* Stable: 19.1.1.20181103 (Codename: Bonaventure Refit) -* Beta: 19.90.20181110 (20.0-beta1) +* Stable: 20.0.20181111 (Nimitz) +* Beta: --- (---) ## Downloads diff --git a/build-package b/build-package index 437a022..ef7f2ce 100755 --- a/build-package +++ b/build-package @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=19.90.20181110 +VERSION=20.0.20181111 CWD=$(readlink -m "${BASH_SOURCE[0]}") CWD=$(dirname "${CWD}") diff --git a/microG/module.prop b/microG/module.prop index 297aa62..9d8b4cd 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v19.90.20181110 -versionCode=61 +version=v20.0.20181111 +versionCode=62 author=Nanolx description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs minMagisk=1500 diff --git a/patcher/META-INF/com/google/android/update-binary b/patcher/META-INF/com/google/android/update-binary index 8d5ce22..865ab3c 100644 --- a/patcher/META-INF/com/google/android/update-binary +++ b/patcher/META-INF/com/google/android/update-binary @@ -22,7 +22,7 @@ detect_outfd ui_print " " ui_print "********************************" -ui_print " NanoDroid 19.90.20181110 " +ui_print " NanoDroid 20.0.20181111 " ui_print " created by @Nanolx " ui_print " Framework Patcher " ui_print "Powered by DexPatcher (@lanchon)" diff --git a/patcher/dexpatcher/70-nanodroidpatcher.sh b/patcher/dexpatcher/70-nanodroidpatcher.sh index 86a3f84..1ee32fb 100644 --- a/patcher/dexpatcher/70-nanodroidpatcher.sh +++ b/patcher/dexpatcher/70-nanodroidpatcher.sh @@ -31,7 +31,7 @@ NanoDroidPatcher () { ui_print " " ui_print "*******************************" ui_print " NanoDroid Framework Patcher " - ui_print " addon.d 19.90.20181110 " + ui_print " addon.d 20.0.20181111 " ui_print " created by @Nanolx " ui_print " Utilizing DexPatcher @lanchon " ui_print "*******************************" diff --git a/setup-wizard/META-INF/com/google/android/aroma-config b/setup-wizard/META-INF/com/google/android/aroma-config index 24aa6ec..f572e44 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 Setup Wizard"); -ini_set("rom_version", "19.90"); +ini_set("rom_version", "20.0"); ini_set("rom_author", "Nanolx"); ini_set("rom_device", "Generic (LOS/AOSP)"); -ini_set("rom_date", "20181110"); +ini_set("rom_date", "20181111"); anisplash( 0, "splash/nanolx.png", 1500 diff --git a/setup-wizard/META-INF/com/google/android/updater-script b/setup-wizard/META-INF/com/google/android/updater-script index 936f284..beccd21 100644 --- a/setup-wizard/META-INF/com/google/android/updater-script +++ b/setup-wizard/META-INF/com/google/android/updater-script @@ -1,7 +1,7 @@ show_progress(1.000000, 0); set_progress(0.0); ui_print(" "); -ui_print("> NanoDroid Setup Wizard 19.90.20181110"); +ui_print("> NanoDroid Setup Wizard 20.0.20181111"); ui_print(" "); set_progress(0.1); diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index ae7a829..a4d3053 100644 --- a/setup-wizard/nanodroid-setup +++ b/setup-wizard/nanodroid-setup @@ -51,7 +51,7 @@ ug_prop="${aromapath}/ug.prop" ui_print " " ui_print "******************************" -ui_print " NanoDroid 19.90.20181110 " +ui_print " NanoDroid 20.0.20181111 " ui_print " created by @Nanolx " ui_print " Setup Wizard " ui_print "******************************" diff --git a/uninstaller/META-INF/com/google/android/update-binary b/uninstaller/META-INF/com/google/android/update-binary index dce20d1..acf1c2c 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -268,7 +268,7 @@ patcher_uninstall () { ui_print " " ui_print "*****************************" -ui_print " NanoDroid 19.90.20181110 " +ui_print " NanoDroid 20.0.20181111 " ui_print " created by Nanolx " ui_print " Uninstaller " ui_print "*****************************"