2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

bump version to 17.2.20180714

This commit is contained in:
Christopher Roy Bratusek 2018-07-14 20:14:54 +02:00
parent 9b4a381ce4
commit 25ff9d082e
12 changed files with 17 additions and 17 deletions

View File

@ -1,6 +1,6 @@
# ChangeLog # ChangeLog
## 17.2 in-dev ## 17.2.20180714
### Bug Fixes ### Bug Fixes
@ -63,7 +63,7 @@
* Odyssey (1.1.15) * Odyssey (1.1.15)
* manual * manual
* Play Store (10.8.21) * Play Store (10.8.23)
* microG GmsCore (0.2.4-126_custom) * microG GmsCore (0.2.4-126_custom)
* bumped spoofed Play Services version * bumped spoofed Play Services version
* fixes 'update your Play Services' nag * fixes 'update your Play Services' nag

View File

@ -1,6 +1,6 @@
#!/sbin/sh #!/sbin/sh
VERSION=17.2.99999999 VERSION=17.2.20180714
NANODROID_UPGRADE=1 NANODROID_UPGRADE=1
GOOGLE_APPS="GoogleFeedback GOOGLE_APPS="GoogleFeedback

View File

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

View File

@ -1,7 +1,7 @@
id=NanoDroid id=NanoDroid
name=NanoDroid name=NanoDroid
version=v17.2.99999999 version=v17.2.20180714
versionCode=44 versionCode=45
author=Nanolx author=Nanolx
description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more.
minMagisk=1500 minMagisk=1500

View File

@ -6,8 +6,8 @@ The transistion in Magisk Mode installation between old and new module name is h
## Current Release ## Current Release
* Stable: 17.1.20180507 * Stable: 17.2.20180714
* Beta: 17.2.beta2 [20180708] * Beta: ---
## Downloads ## Downloads

View File

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

View File

@ -1,7 +1,7 @@
id=NanoDroid_microG id=NanoDroid_microG
name=NanoDroid (microG sub module) name=NanoDroid (microG sub module)
version=v17.2.99999999 version=v17.2.20180714
versionCode=43 versionCode=44
author=Nanolx author=Nanolx
description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs
minMagisk=1500 minMagisk=1500

View File

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

View File

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

View File

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

View File

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

View File

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