diff --git a/F-Droid/module.prop b/F-Droid/module.prop index 63ac394..2c2d2c8 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=v16.1.20180209 +version=v16.2.99999999 versionCode=34 author=Nanolx description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs diff --git a/Full/module.prop b/Full/module.prop index 768cb33..c3a9519 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,6 +1,6 @@ id=NanoDroid name=NanoDroid -version=v16.1.20180209 +version=v16.2.99999999 versionCode=36 author=Nanolx description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. diff --git a/Full/nanodroid-functions b/Full/nanodroid-functions index aac2582..97c7e39 100644 --- a/Full/nanodroid-functions +++ b/Full/nanodroid-functions @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=16.1.20180209 +VERSION=16.2.99999999 ########################################################################################## # Misc. Functions diff --git a/build-package b/build-package index 6efb308..6f05a5b 100755 --- a/build-package +++ b/build-package @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=16.1.20180209 +VERSION=16.2.99999999 CWD=$(readlink -m "${BASH_SOURCE[0]}") CWD=$(dirname "${CWD}") diff --git a/microG/module.prop b/microG/module.prop index ed1e2f4..d637456 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v16.1.20180209 +version=v16.2.99999999 versionCode=36 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 46c9fab..001817d 100644 --- a/patcher/META-INF/com/google/android/update-binary +++ b/patcher/META-INF/com/google/android/update-binary @@ -441,7 +441,7 @@ detect_outfd ui_print " " ui_print "********************************" -ui_print " NanoDroid 16.1.20180209 " +ui_print " NanoDroid 16.2.99999999 " ui_print " created by @Nanolx " ui_print " Framework Patcher " ui_print "Powered by DexPatcher (@lanchon)" diff --git a/patcher/dexpatcher/75-nanodroidpatcher.sh b/patcher/dexpatcher/75-nanodroidpatcher.sh index be11749..3486392 100644 --- a/patcher/dexpatcher/75-nanodroidpatcher.sh +++ b/patcher/dexpatcher/75-nanodroidpatcher.sh @@ -383,7 +383,7 @@ main () { ui_print " " ui_print "*******************************" ui_print " NanoDroid Framework Patcher " - ui_print " addon.d 16.1.20180209 " + ui_print " addon.d 16.2.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 9c0c334..462420e 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", "16.1"); +ini_set("rom_version", "16.2"); ini_set("rom_author", "Nanolx"); ini_set("rom_device", "Generic (LOS/AOSP)"); -ini_set("rom_date", "20180209"); +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 4333341..0ddfc60 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 16.1.20180209"); +ui_print("> NanoDroid Setup Wizard 16.2.99999999"); ui_print(" "); set_progress(0.1); diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index af7fc88..ced60e6 100644 --- a/setup-wizard/nanodroid-setup +++ b/setup-wizard/nanodroid-setup @@ -49,7 +49,7 @@ location_prop="${aromapath}/location.prop" ui_print " " ui_print "******************************" -ui_print " NanoDroid 16.1.20180209 " +ui_print " NanoDroid 16.2.99999999 " ui_print " created by @Nanolx " ui_print " Setup Wizard " ui_print "******************************"