bump version to 17.8

merge-requests/23/head NanoDroid-20180811-17.8
Christopher Roy Bratusek 6 years ago
parent 7af68f173a
commit c2f9af134d

@ -1,6 +1,6 @@
# ChangeLog
## 17.8 in-dev
## 17.8.20180811
### Bug Fixes

@ -1,6 +1,6 @@
#!/sbin/sh
VERSION=17.8.99999999
VERSION=17.8.20180811
NANODROID_UPGRADE=0
GOOGLE_APPS="GoogleFeedback

@ -1,7 +1,7 @@
id=NanoDroid_FDroid
name=NanoDroid (F-Droid sub module)
version=v17.8.99999999
versionCode=45
version=v17.8.20180811
versionCode=46
author=Nanolx
description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs
minMagisk=1500

@ -1,7 +1,7 @@
id=NanoDroid
name=NanoDroid
version=v17.8.99999999
versionCode=49
version=v17.8.20180811
versionCode=50
author=Nanolx
description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more.
minMagisk=1500

@ -6,7 +6,7 @@ The transistion in Magisk Mode installation between old and new module name is h
## Current Release
* Stable: 17.7.20180809
* Stable: 17.8.20180811
* Beta: ---
## Downloads

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=17.8.99999999
VERSION=17.8.20180811
CWD=$(readlink -m "${BASH_SOURCE[0]}")
CWD=$(dirname "${CWD}")

@ -1,7 +1,7 @@
id=NanoDroid_microG
name=NanoDroid (microG sub module)
version=v17.8.99999999
versionCode=48
version=v17.8.20180811
versionCode=49
author=Nanolx
description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs
minMagisk=1500

@ -25,7 +25,7 @@ detect_outfd
ui_print " "
ui_print "********************************"
ui_print " NanoDroid 17.8.99999999 "
ui_print " NanoDroid 17.8.20180811 "
ui_print " created by @Nanolx "
ui_print " Framework Patcher "
ui_print "Powered by DexPatcher (@lanchon)"

@ -26,7 +26,7 @@ NanoDroidPatcher () {
ui_print " "
ui_print "*******************************"
ui_print " NanoDroid Framework Patcher "
ui_print " addon.d 17.8.99999999 "
ui_print " addon.d 17.8.20180811 "
ui_print " created by @Nanolx "
ui_print " Utilizing DexPatcher @lanchon "
ui_print "*******************************"

@ -2,7 +2,7 @@ ini_set("rom_name", "NanoDroid Setup Wizard");
ini_set("rom_version", "17.8");
ini_set("rom_author", "Nanolx");
ini_set("rom_device", "Generic (LOS/AOSP)");
ini_set("rom_date", "99999999");
ini_set("rom_date", "20180811");
anisplash(
0, "splash/nanolx.png", 1500

@ -1,7 +1,7 @@
show_progress(1.000000, 0);
set_progress(0.0);
ui_print(" ");
ui_print("> NanoDroid Setup Wizard 17.8.99999999");
ui_print("> NanoDroid Setup Wizard 17.8.20180811");
ui_print(" ");
set_progress(0.1);

@ -50,7 +50,7 @@ nlp_prop="${aromapath}/nlp.prop"
ui_print " "
ui_print "******************************"
ui_print " NanoDroid 17.8.99999999 "
ui_print " NanoDroid 17.8.20180811 "
ui_print " created by @Nanolx "
ui_print " Setup Wizard "
ui_print "******************************"

Loading…
Cancel
Save