diff --git a/BromiteWebView/module.prop b/BromiteWebView/module.prop index 8cb6132..bb741af 100644 --- a/BromiteWebView/module.prop +++ b/BromiteWebView/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_BromiteWebView name=NanoDroid (Bromite WebView sub module) -version=v20.3.99999999 +version=v20.2.90.99999999 versionCode=1 author=Nanolx description=NanoDroid (Bromite WebView sub module) diff --git a/CommonInstaller b/CommonInstaller index d83a0ad..da7e6d3 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=20.3.99999999 +VERSION=20.2.90.99999999 NANODROID_UPGRADE=0 INSTALL_SUCCESS=TRUE NANODROID_LIST=/data/adb/NanoDroid_FileList diff --git a/F-Droid/module.prop b/F-Droid/module.prop index 5f34fd1..a37a7f6 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.3.99999999 +version=v20.2.90.99999999 versionCode=61 author=Nanolx description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs diff --git a/Full/module.prop b/Full/module.prop index 7f9da02..2072402 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,6 +1,6 @@ id=NanoDroid name=NanoDroid -version=v20.3.99999999 +version=v20.2.90.99999999 versionCode=65 author=Nanolx description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. diff --git a/OsmAnd/module.prop b/OsmAnd/module.prop index 30e4f1b..c9b2aff 100644 --- a/OsmAnd/module.prop +++ b/OsmAnd/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_OsmAnd name=NanoDroid (OsmAnd) -version=v20.3.99999999 +version=v20.2.90.99999999 versionCode=1 author=Nanolx description=NanoDroid (OsmAnd sub module) diff --git a/build-package b/build-package index 16af04b..8c4dc37 100755 --- a/build-package +++ b/build-package @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=20.3.99999999 +VERSION=20.2.90.99999999 CWD=$(readlink -m "${BASH_SOURCE[0]}") CWD=$(dirname "${CWD}") diff --git a/microG/module.prop b/microG/module.prop index b94bd89..2ca0ba8 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,6 +1,6 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v20.3.99999999 +version=v20.2.90.99999999 versionCode=64 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 910dda9..adf379b 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.3.99999999 " +ui_print " NanoDroid 20.2.90.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 4c35e70..75c9ecd 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.3.99999999 " + ui_print " addon.d 20.2.90.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 faf7b9c..44246b1 100644 --- a/setup-wizard/META-INF/com/google/android/aroma-config +++ b/setup-wizard/META-INF/com/google/android/aroma-config @@ -1,5 +1,5 @@ ini_set("rom_name", "NanoDroid Setup Wizard"); -ini_set("rom_version", "20.3"); +ini_set("rom_version", "20.2.90"); ini_set("rom_author", "Nanolx"); ini_set("rom_device", "Generic (LOS/AOSP)"); ini_set("rom_date", "99999999"); diff --git a/setup-wizard/META-INF/com/google/android/updater-script b/setup-wizard/META-INF/com/google/android/updater-script index 0feee8e..ecdd086 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.3.99999999"); +ui_print("> NanoDroid Setup Wizard 20.2.90.99999999"); ui_print(" "); set_progress(0.1); diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index cdf43b5..14ba575 100644 --- a/setup-wizard/nanodroid-setup +++ b/setup-wizard/nanodroid-setup @@ -52,7 +52,7 @@ gmscore_prop="${aromapath}/gmscore.prop" ui_print " " ui_print "******************************" -ui_print " NanoDroid 20.3.99999999 " +ui_print " NanoDroid 20.2.90.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 d856bfc..23d990f 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -248,7 +248,7 @@ patcher_uninstall () { ui_print " " ui_print "*****************************" -ui_print " NanoDroid 20.3.99999999 " +ui_print " NanoDroid 20.2.90.99999999 " ui_print " created by Nanolx " ui_print " Uninstaller " ui_print "*****************************"