bump version to 16.2.20180302

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent d14527689f
commit f70a9e6971

@ -1,6 +1,6 @@
# ChangeLog
## 16.2 in-dev
## 16.2.20180302
* Bug Fixes
* Full, microG, F-Droid packages

@ -1,7 +1,7 @@
id=NanoDroid_FDroid
name=NanoDroid (F-Droid sub module)
version=v16.2.99999999
versionCode=34
version=v16.2.20180302
versionCode=35
author=Nanolx
description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs
minMagisk=1500

@ -1,7 +1,7 @@
id=NanoDroid
name=NanoDroid
version=v16.2.99999999
versionCode=36
version=v16.2.20180302
versionCode=37
author=Nanolx
description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more.
minMagisk=1500

@ -1,6 +1,6 @@
#!/sbin/sh
VERSION=16.2.99999999
VERSION=16.2.20180302
##########################################################################################
# Misc. Functions

@ -4,7 +4,7 @@ Versions until 15.1 were called **NanoMod**, starting with 16.0 they're called *
## Current Release
* Stable: 16.1.20180209
* Stable: 16.2.20180302
* Beta: ---
## Downloads

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

@ -1,7 +1,7 @@
id=NanoDroid_microG
name=NanoDroid (microG sub module)
version=v16.2.99999999
versionCode=36
version=v16.2.20180302
versionCode=37
author=Nanolx
description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs
minMagisk=1500

@ -441,7 +441,7 @@ detect_outfd
ui_print " "
ui_print "********************************"
ui_print " NanoDroid 16.2.99999999 "
ui_print " NanoDroid 16.2.20180302 "
ui_print " created by @Nanolx "
ui_print " Framework Patcher "
ui_print "Powered by DexPatcher (@lanchon)"

@ -383,7 +383,7 @@ main () {
ui_print " "
ui_print "*******************************"
ui_print " NanoDroid Framework Patcher "
ui_print " addon.d 16.2.99999999 "
ui_print " addon.d 16.2.20180302 "
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", "16.2");
ini_set("rom_author", "Nanolx");
ini_set("rom_device", "Generic (LOS/AOSP)");
ini_set("rom_date", "99999999");
ini_set("rom_date", "20180302");
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 16.2.99999999");
ui_print("> NanoDroid Setup Wizard 16.2.20180302");
ui_print(" ");
set_progress(0.1);

@ -49,7 +49,7 @@ location_prop="${aromapath}/location.prop"
ui_print " "
ui_print "******************************"
ui_print " NanoDroid 16.2.99999999 "
ui_print " NanoDroid 16.2.20180302 "
ui_print " created by @Nanolx "
ui_print " Setup Wizard "
ui_print "******************************"

Loading…
Cancel
Save