diff --git a/ChangeLog.md b/ChangeLog.md index 4a9bc0d..e0c3283 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,13 @@ # ChangeLog +## 17.10 in-dev + +### Updates + +* automatic + * QKSMS (3.4.5) + * F-Droid (1.4-alpha0) + ## 17.9.20180818 ### Bug Fixes diff --git a/CommonInstaller b/CommonInstaller index 5a38efd..9908733 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=17.9.20180818 +VERSION=17.10.99999999 NANODROID_UPGRADE=0 GOOGLE_APPS="GoogleFeedback diff --git a/F-Droid/module.prop b/F-Droid/module.prop index cc6e3b5..379e140 100644 --- a/F-Droid/module.prop +++ b/F-Droid/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_FDroid name=NanoDroid (F-Droid sub module) -version=v17.9.20180818 +version=v17.10.99999999 versionCode=47 author=Nanolx description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs diff --git a/Full/module.prop b/Full/module.prop index cfc931b..2b023a0 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,6 +1,6 @@ id=NanoDroid name=NanoDroid -version=v17.9.20180818 +version=v17.10.99999999 versionCode=51 author=Nanolx description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. diff --git a/build-package b/build-package index aee70a7..2a41fd5 100755 --- a/build-package +++ b/build-package @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=17.9.20180818 +VERSION=17.10.99999999 CWD=$(readlink -m "${BASH_SOURCE[0]}") CWD=$(dirname "${CWD}") diff --git a/microG/module.prop b/microG/module.prop index c845fd0..3a863cd 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v17.9.20180818 +version=v17.10.99999999 versionCode=50 author=Nanolx description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs diff --git a/patcher/META-INF/com/google/android/update-binary b/patcher/META-INF/com/google/android/update-binary index 859e81d..59d86e1 100644 --- a/patcher/META-INF/com/google/android/update-binary +++ b/patcher/META-INF/com/google/android/update-binary @@ -25,7 +25,7 @@ detect_outfd ui_print " " ui_print "********************************" -ui_print " NanoDroid 17.9.20180818 " +ui_print " NanoDroid 17.10.99999999 " ui_print " created by @Nanolx " ui_print " Framework Patcher " ui_print "Powered by DexPatcher (@lanchon)" diff --git a/patcher/dexpatcher/999-nanodroidpatcher.sh b/patcher/dexpatcher/999-nanodroidpatcher.sh index e947c9a..f909bf3 100644 --- a/patcher/dexpatcher/999-nanodroidpatcher.sh +++ b/patcher/dexpatcher/999-nanodroidpatcher.sh @@ -26,7 +26,7 @@ NanoDroidPatcher () { ui_print " " ui_print "*******************************" ui_print " NanoDroid Framework Patcher " - ui_print " addon.d 17.9.20180818 " + ui_print " addon.d 17.10.99999999 " 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 56e2cab..2fc6f9e 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", "17.9"); +ini_set("rom_version", "17.10"); ini_set("rom_author", "Nanolx"); ini_set("rom_device", "Generic (LOS/AOSP)"); -ini_set("rom_date", "20180818"); +ini_set("rom_date", "99999999"); 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 de4f33d..c83a268 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 17.9.20180818"); +ui_print("> NanoDroid Setup Wizard 17.10.99999999"); ui_print(" "); set_progress(0.1); diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index 5ef1c3f..c34bece 100644 --- a/setup-wizard/nanodroid-setup +++ b/setup-wizard/nanodroid-setup @@ -50,7 +50,7 @@ nlp_prop="${aromapath}/nlp.prop" ui_print " " ui_print "******************************" -ui_print " NanoDroid 17.9.20180818 " +ui_print " NanoDroid 17.10.99999999 " ui_print " created by @Nanolx " ui_print " Setup Wizard " ui_print "******************************"