From 7b5cabe12d634d985079639406cb2ed2055b1c0b Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 2 Apr 2018 10:48:10 +0200 Subject: [PATCH] bump version to 16.5 in-dev --- CommonInstaller | 2 +- F-Droid/module.prop | 2 +- Full/module.prop | 2 +- build-package | 2 +- microG/module.prop | 2 +- patcher/META-INF/com/google/android/update-binary | 2 +- patcher/dexpatcher/75-nanodroidpatcher.sh | 2 +- setup-wizard/META-INF/com/google/android/aroma-config | 4 ++-- setup-wizard/META-INF/com/google/android/updater-script | 2 +- setup-wizard/nanodroid-setup | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CommonInstaller b/CommonInstaller index cd362c6..57fa6f1 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=16.4.20180328 +VERSION=16.5.99999999 GOOGLE_APPS="GoogleFeedback GoogleLoginService diff --git a/F-Droid/module.prop b/F-Droid/module.prop index c5cab1a..d0ddc40 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.4.20180328 +version=v16.5.99999999 versionCode=37 author=Nanolx description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs diff --git a/Full/module.prop b/Full/module.prop index 3c07cb6..ea02e4f 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,6 +1,6 @@ id=NanoDroid name=NanoDroid -version=v16.4.20180328 +version=v16.5.99999999 versionCode=39 author=Nanolx description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. diff --git a/build-package b/build-package index 98d204d..0e30212 100755 --- a/build-package +++ b/build-package @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=16.4.20180328 +VERSION=16.5.99999999 CWD=$(readlink -m "${BASH_SOURCE[0]}") CWD=$(dirname "${CWD}") diff --git a/microG/module.prop b/microG/module.prop index e8e8117..3356950 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v16.4.20180328 +version=v16.5.99999999 versionCode=39 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 8e4a2f9..f5896cd 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 16.4.20180328 " +ui_print " NanoDroid 16.5.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 4e8865b..aa3670f 100644 --- a/patcher/dexpatcher/75-nanodroidpatcher.sh +++ b/patcher/dexpatcher/75-nanodroidpatcher.sh @@ -26,7 +26,7 @@ NanoDroidPatcher () { ui_print " " ui_print "*******************************" ui_print " NanoDroid Framework Patcher " - ui_print " addon.d 16.4.20180328 " + ui_print " addon.d 16.5.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 fbf2791..72b9f58 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.4"); +ini_set("rom_version", "16.5"); ini_set("rom_author", "Nanolx"); ini_set("rom_device", "Generic (LOS/AOSP)"); -ini_set("rom_date", "20180328"); +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 4fe6c8b..0993620 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.4.20180328"); +ui_print("> NanoDroid Setup Wizard 16.5.99999999"); ui_print(" "); set_progress(0.1); diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index 8fb3a29..651a527 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 16.4.20180328 " +ui_print " NanoDroid 16.5.99999999 " ui_print " created by @Nanolx " ui_print " Setup Wizard " ui_print "******************************"