From 3f7db27f970b8089a76be9697bc1a41fec00843b Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 27 Oct 2018 09:54:21 +0200 Subject: [PATCH] bump version to 19.0.20181027 --- CommonInstaller | 2 +- F-Droid/module.prop | 4 ++-- Full/module.prop | 4 ++-- build-package | 2 +- microG/module.prop | 4 ++-- patcher/META-INF/com/google/android/update-binary | 2 +- patcher/dexpatcher/70-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 +- uninstaller/META-INF/com/google/android/update-binary | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CommonInstaller b/CommonInstaller index 98de752..0442805 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=18.91.20181020 +VERSION=19.0.20181027 NANODROID_UPGRADE=0 NANODROID_LIST=/data/adb/NanoDroid_FileList diff --git a/F-Droid/module.prop b/F-Droid/module.prop index 71f2244..8e23bf2 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=v18.91.20181020 -versionCode=55 +version=v19.0.20181027 +versionCode=56 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 daa9537..daabf19 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,7 +1,7 @@ id=NanoDroid name=NanoDroid -version=v18.91.20181020 -versionCode=59 +version=v19.0.20181027 +versionCode=60 author=Nanolx description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. minMagisk=1500 diff --git a/build-package b/build-package index 13f3f07..999771f 100755 --- a/build-package +++ b/build-package @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=18.91.20181020 +VERSION=19.0.20181027 CWD=$(readlink -m "${BASH_SOURCE[0]}") CWD=$(dirname "${CWD}") diff --git a/microG/module.prop b/microG/module.prop index a4934c2..60c3fa1 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v18.91.20181020 -versionCode=58 +version=v19.0.20181027 +versionCode=59 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 5de999b..6e22fc1 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 18.91.20181020 " +ui_print " NanoDroid 19.0.20181027 " 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 a7dbb20..507ed14 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 18.91.20181020 " + ui_print " addon.d 19.0.20181027 " 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 e4348e5..9ba3b75 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", "18.91"); +ini_set("rom_version", "19.0"); ini_set("rom_author", "Nanolx"); ini_set("rom_device", "Generic (LOS/AOSP)"); -ini_set("rom_date", "20181020"); +ini_set("rom_date", "20181027"); 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 172027c..250da8a 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 18.91.20181020"); +ui_print("> NanoDroid Setup Wizard 19.0.20181027"); ui_print(" "); set_progress(0.1); diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index 9ed31aa..ad92a3f 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 18.91.20181020 " +ui_print " NanoDroid 19.0.20181027 " 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 fd1b14c..3d28790 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -266,7 +266,7 @@ patcher_uninstall () { ui_print " " ui_print "*****************************" -ui_print " NanoDroid 18.91.20181020 " +ui_print " NanoDroid 19.0.20181027 " ui_print " created by Nanolx " ui_print " Uninstaller " ui_print "*****************************"