diff --git a/F-Droid/module.prop b/F-Droid/module.prop index 73e083a..07516ef 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=v15.91.99999999 -versionCode=32 +version=v16.0.20180130 +versionCode=33 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 9668aa4..917fe0a 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,7 +1,7 @@ id=NanoDroid name=NanoDroid -version=v15.91.99999999 -versionCode=34 +version=v16.0.20180130 +versionCode=35 author=Nanolx description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. minMagisk=1500 diff --git a/Full/nanodroid-functions b/Full/nanodroid-functions index 80d951c..3f77185 100644 --- a/Full/nanodroid-functions +++ b/Full/nanodroid-functions @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=15.91.99999999 +VERSION=16.0.20180130 ########################################################################################## # Misc. Functions diff --git a/build-package b/build-package index 571c70f..659ed1d 100755 --- a/build-package +++ b/build-package @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=15.91.99999999 +VERSION=16.0.20180130 CWD=$(readlink -m "${BASH_SOURCE[0]}") CWD=$(dirname "${CWD}") diff --git a/microG/module.prop b/microG/module.prop index 9cf4e8c..e2c7b7b 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v15.91.99999999 -versionCode=34 +version=v16.0.20180130 +versionCode=35 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 6973025..fa8c7a1 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 15.91.99999999 " +ui_print " NanoDroid 16.0.20180130 " 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 2330dcd..adf9a9c 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 15.91.99999999 " + ui_print " addon.d 16.0.20180130 " 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 52add0f..9ae234b 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", "15.91"); +ini_set("rom_version", "16.0"); ini_set("rom_author", "Nanolx"); ini_set("rom_device", "Generic (LOS/AOSP)"); -ini_set("rom_date", "99999999"); +ini_set("rom_date", "20180130"); 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 8090032..aa38716 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 15.91.99999999"); +ui_print("> NanoDroid Setup Wizard 16.0.20180130"); ui_print(" "); set_progress(0.1); diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index b64256b..abf90f8 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 15.91.99999999 " +ui_print " NanoDroid 16.0.20180130 " ui_print " created by @Nanolx " ui_print " Setup Wizard " ui_print "******************************"