From 1697379e8594e3972208e3e668a186ff4c559028 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 9 Aug 2018 21:17:11 +0200 Subject: [PATCH] bump version to 17.7.20180809 --- CommonInstaller | 2 +- F-Droid/module.prop | 4 ++-- Full/module.prop | 4 ++-- microG/module.prop | 4 ++-- patcher/META-INF/com/google/android/update-binary | 2 +- patcher/dexpatcher/999-nanodroidpatcher.sh | 2 +- setup-wizard/META-INF/com/google/android/aroma-config | 2 +- setup-wizard/META-INF/com/google/android/updater-script | 2 +- setup-wizard/nanodroid-setup | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CommonInstaller b/CommonInstaller index 3869808..ee9fcfd 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=17.7.99999999 +VERSION=17.7.20180809 NANODROID_UPGRADE=0 GOOGLE_APPS="GoogleFeedback diff --git a/F-Droid/module.prop b/F-Droid/module.prop index 24af3ed..65aa7d1 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=v17.7.99999999 -versionCode=44 +version=v17.7.20180809 +versionCode=45 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 d9fda46..8383c26 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,7 +1,7 @@ id=NanoDroid name=NanoDroid -version=v17.7.99999999 -versionCode=48 +version=v17.7.20180809 +versionCode=49 author=Nanolx description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. minMagisk=1500 diff --git a/microG/module.prop b/microG/module.prop index a8e6609..6cee0ec 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v17.7.99999999 -versionCode=47 +version=v17.7.20180809 +versionCode=48 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 96bfb34..ca26639 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 17.7.99999999 " +ui_print " NanoDroid 17.7.20180809 " ui_print " created by @Nanolx " ui_print " Framework Patcher " ui_print "Powered by DexPatcher (@lanchon)" diff --git a/patcher/dexpatcher/999-nanodroidpatcher.sh b/patcher/dexpatcher/999-nanodroidpatcher.sh index a28fd26..1c10289 100644 --- a/patcher/dexpatcher/999-nanodroidpatcher.sh +++ b/patcher/dexpatcher/999-nanodroidpatcher.sh @@ -26,7 +26,7 @@ NanoDroidPatcher () { ui_print " " ui_print "*******************************" ui_print " NanoDroid Framework Patcher " - ui_print " addon.d 17.7.99999999 " + ui_print " addon.d 17.7.20180809 " 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 b6c3c73..46000c8 100644 --- a/setup-wizard/META-INF/com/google/android/aroma-config +++ b/setup-wizard/META-INF/com/google/android/aroma-config @@ -2,7 +2,7 @@ ini_set("rom_name", "NanoDroid Setup Wizard"); ini_set("rom_version", "17.7"); ini_set("rom_author", "Nanolx"); ini_set("rom_device", "Generic (LOS/AOSP)"); -ini_set("rom_date", "99999999"); +ini_set("rom_date", "20180809"); 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 bee520a..99dac1a 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 17.7.99999999"); +ui_print("> NanoDroid Setup Wizard 17.7.20180809"); ui_print(" "); set_progress(0.1); diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index 5531f9d..7f6a837 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 17.7.99999999 " +ui_print " NanoDroid 17.7.20180809 " ui_print " created by @Nanolx " ui_print " Setup Wizard " ui_print "******************************"