From 296e9ed1ba5582a3c37cc17e893a6b8dd95daf11 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 13 Nov 2018 20:18:00 +0100 Subject: [PATCH] bump version to 20.2 in-dev --- BromiteWebView/module.prop | 2 +- 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/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 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/BromiteWebView/module.prop b/BromiteWebView/module.prop index 36d6a01..df7fa8c 100644 --- a/BromiteWebView/module.prop +++ b/BromiteWebView/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_BromiteWebView name=NanoDroid (Bromite WebView sub module) -version=v20.1.20181112 +version=v20.2.99999999 versionCode=1 author=Nanolx description=NanoDroid (Bromite WebView sub module) diff --git a/CommonInstaller b/CommonInstaller index fd0dfb3..8a16795 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=20.1.20181112 +VERSION=20.2.99999999 NANODROID_UPGRADE=0 NANODROID_LIST=/data/adb/NanoDroid_FileList diff --git a/F-Droid/module.prop b/F-Droid/module.prop index 7866efb..7bbebbe 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=v20.1.20181112 +version=v20.2.99999999 versionCode=60 author=Nanolx description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs diff --git a/Full/module.prop b/Full/module.prop index 9f79adc..85317ac 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,6 +1,6 @@ id=NanoDroid name=NanoDroid -version=v20.1.20181112 +version=v20.2.99999999 versionCode=64 author=Nanolx description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. diff --git a/build-package b/build-package index f412a01..d6c4162 100755 --- a/build-package +++ b/build-package @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=20.1.20181112 +VERSION=20.2.99999999 CWD=$(readlink -m "${BASH_SOURCE[0]}") CWD=$(dirname "${CWD}") diff --git a/microG/module.prop b/microG/module.prop index d4ce942..cabe286 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v20.1.20181112 +version=v20.2.99999999 versionCode=63 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 b319afa..3ce9f80 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 20.1.20181112 " +ui_print " NanoDroid 20.2.99999999 " 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 e0a1109..81909a2 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 20.1.20181112 " + ui_print " addon.d 20.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 c69fa59..e78d49f 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", "20.1"); +ini_set("rom_version", "20.2"); ini_set("rom_author", "Nanolx"); ini_set("rom_device", "Generic (LOS/AOSP)"); -ini_set("rom_date", "20181112"); +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 d5d804b..9edecc6 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 20.1.20181112"); +ui_print("> NanoDroid Setup Wizard 20.2.99999999"); ui_print(" "); set_progress(0.1); diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index 9a4d73b..a20be60 100644 --- a/setup-wizard/nanodroid-setup +++ b/setup-wizard/nanodroid-setup @@ -51,7 +51,7 @@ ug_prop="${aromapath}/ug.prop" ui_print " " ui_print "******************************" -ui_print " NanoDroid 20.1.20181112 " +ui_print " NanoDroid 20.2.99999999 " 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 4133f7d..20a4019 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -244,7 +244,7 @@ patcher_uninstall () { ui_print " " ui_print "*****************************" -ui_print " NanoDroid 20.1.20181112 " +ui_print " NanoDroid 20.2.99999999 " ui_print " created by Nanolx " ui_print " Uninstaller " ui_print "*****************************"