bump version to 20.7.92 (20.8-beta3)

merge-requests/23/head
Christopher Roy Bratusek 5 years ago
parent c5bb21c50a
commit 322c182875

@ -1,6 +1,6 @@
id=NanoDroid_BromiteWebView
name=NanoDroid (Bromite WebView sub module)
version=v20.7.91.99999999
version=v20.7.92.20190424
versionCode=7
author=Nanolx
description=NanoDroid (Bromite WebView sub module)

@ -51,16 +51,19 @@
* OsmAnd+ (3.3.6)
* NewPipe (0.16.1)
* Oandbackup (0.3.5-universal)
* Bromite System WebView (74.0.3729.80)
* GNU Nano (4.0)
* Bromite System WebView (74.0.3729.106)
* F-Droid (1.6)
* Aurora Store (3.0.3)
* nlpBackend Déjà Vu (1.1.11)
* QKSMS (3.6.4)
* Termux (0.68)
* manual
* Play Store (14.5.52)
* microG GmsCore (0.2.6.15180-dirty-241)
* Play Store (14.6.56)
* microG GmsCore (0.2.6.15181-75)
* tools
* GNU Nano (4.0)
* Busybox (1.30.1) [installer only]
## 20.7.20190310 "749 Mark 148"

@ -1,6 +1,6 @@
#!/sbin/sh
VERSION=20.7.91.99999999
VERSION=20.7.92.20190424
NANODROID_UPGRADE=0
INSTALL_SUCCESS=TRUE
NANODROID_LIST=/data/adb/NanoDroid_FileList

@ -1,6 +1,6 @@
id=NanoDroid_FDroid
name=NanoDroid (F-Droid sub module)
version=v20.7.91.99999999
version=v20.7.92.20190424
versionCode=67
author=Nanolx
description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs

@ -1,6 +1,6 @@
id=NanoDroid
name=NanoDroid
version=v20.7.91.99999999
version=v20.7.92.20190424
versionCode=71
author=Nanolx
description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more.

@ -1,6 +1,6 @@
id=NanoDroid_OsmAnd
name=NanoDroid (OsmAnd)
version=v20.7.91.99999999
version=v20.7.92.20190424
versionCode=6
author=Nanolx
description=NanoDroid (OsmAnd sub module)

@ -65,7 +65,7 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## Current Release
* Stable: 20.7.20190310 ([749 Mark 148](https://memory-alpha.fandom.com/wiki/Talos_IV))
* Beta: 20.7.91.20190403 (Prometheus)
* Beta: 20.7.92.20190424 (Prometheus)
## Downloads

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

@ -1,6 +1,6 @@
id=NanoDroid_microG
name=NanoDroid (microG sub module)
version=v20.7.91.99999999
version=v20.7.92.20190424
versionCode=70
author=Nanolx
description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs

@ -22,7 +22,7 @@ detect_outfd
ui_print " "
ui_print "********************************"
ui_print " NanoDroid 20.7.91.99999999 "
ui_print " NanoDroid 20.7.92.20190424 "
ui_print " created by @Nanolx "
ui_print " Framework Patcher "
ui_print "Powered by DexPatcher (@lanchon)"

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

@ -1,8 +1,8 @@
ini_set("rom_name", "NanoDroid SetupWizard");
ini_set("rom_version", "20.7.91");
ini_set("rom_version", "20.7.92");
ini_set("rom_author", "Nanolx");
ini_set("rom_device", "Generic (LOS/AOSP)");
ini_set("rom_date", "99999999");
ini_set("rom_date", "20190424");
ini_set("force_colorspace","rgba");
splash(2000, "nanolx");

@ -1,6 +1,6 @@
set_progress(0.0);
ui_print(" ");
ui_print("> NanoDroid Setup Wizard 20.7.91.99999999");
ui_print("> NanoDroid Setup Wizard 20.7.92.20190424");
ui_print(" ");
set_progress(0.1);

@ -52,7 +52,7 @@ gmscore_prop="${aromapath}/gmscore.prop"
ui_print " "
ui_print "******************************"
ui_print " NanoDroid 20.7.91.99999999 "
ui_print " NanoDroid 20.7.92.20190424 "
ui_print " created by @Nanolx "
ui_print " Setup Wizard "
ui_print "******************************"

@ -303,7 +303,7 @@ patcher_uninstall () {
ui_print " "
ui_print "*****************************"
ui_print " NanoDroid 20.7.91.99999999 "
ui_print " NanoDroid 20.7.92.20190424 "
ui_print " created by Nanolx "
ui_print " Uninstaller "
ui_print "*****************************"

Loading…
Cancel
Save