bump version to 22.6-beta2 (22.5.91)

merge-requests/33/head
Christopher Roy Bratusek 4 years ago
parent 520548c0c1
commit a4a1c64cbe

@ -1,6 +1,6 @@
id=NanoDroid_BromiteWebView
name=NanoDroid (Bromite WebView sub module)
version=v22.5.90.99999999
version=v22.5.91.99999999
versionCode=15
author=Nanolx
description=NanoDroid (Bromite WebView sub module)

@ -70,8 +70,8 @@
* Tor Browser (68.4.1)
* manual
* Google Play (18.5.59)
* MPV (20200127-nightly)
* Google Play (18.6.33)
* MPV (200131-nightly)
* tools
* dexpatcher (1.8.0-alpha4-snapshot)

@ -16,7 +16,7 @@ source /tmp/backuptool.functions
MODID=@MODID@
OUTFD=
VERSION=22.5.90.99999999
VERSION=22.5.91.99999999
print_google_apps()
{

@ -1,6 +1,6 @@
#!/sbin/sh
VERSION=22.5.90.99999999
VERSION=22.5.91.99999999
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=v22.5.90.99999999
version=v22.5.91.99999999
versionCode=75
author=Nanolx
description=NanoDroid (F-Droid sub module)

@ -1,6 +1,6 @@
id=NanoDroid
name=NanoDroid
version=v22.5.90.99999999
version=v22.5.91.99999999
versionCode=79
author=Nanolx
description=NanoDroid: microG, FLOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more.

@ -1,6 +1,6 @@
id=NanoDroid
name=NanoDroid_Google
version=v22.5.90.99999999
version=v22.5.91.99999999
versionCode=79
author=Nanolx
description=NanoDroid: Google Sync Adapters and Swipe libraries sub-module.

@ -1,6 +1,6 @@
id=NanoDroid_OsmAnd
name=NanoDroid (OsmAnd)
version=v22.5.90.99999999
version=v22.5.91.99999999
versionCode=14
author=Nanolx
description=NanoDroid (OsmAnd sub module)

@ -61,7 +61,7 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## Current Release
* Stable: 22.5.1.20200102 ([NCIA-93](https://memory-alpha.fandom.com/wiki/NCIA-93_type))
* Beta: 22.6-beta1 (22.5.90.20200119)
* Beta: 22.6-beta2 (22.5.91.20200131)
## Downloads

@ -1,5 +1,5 @@
ini_set("rom_name", "NanoDroid SetupWizard");
ini_set("rom_version", "22.5.90");
ini_set("rom_version", "22.5.91");
ini_set("rom_author", "Nanolx");
ini_set("rom_device", "Generic (LOS/AOSP)");
ini_set("rom_date", "99999999");

@ -2,7 +2,7 @@
OUTFD=2
CONF_BACKUP="/data/media/0/nanodroid_backups/config_$(date +%Y%m%d-%H.%M.%S)"
VERSION=22.5.90.99999999
VERSION=22.5.91.99999999
ui_print() {
echo -n -e "ui_print $1\n" >> /proc/self/fd/$OUTFD

@ -1,6 +1,6 @@
#!/bin/bash
version_code=22.5.90
version_code=22.5.91
version_date=99999999
build_date=$(LANG='en_US' date +"%Y%m%d")

@ -1,6 +1,6 @@
id=NanoDroid_microG
name=NanoDroid (microG sub module)
version=v22.5.90.99999999
version=v22.5.91.99999999
versionCode=78
author=Nanolx
description=NanoDroid (microG sub module)

@ -6,7 +6,7 @@
#
##########################################################################################
VERSION=22.5.90.99999999
VERSION=22.5.91.99999999
##########################################################################################
# Generic Functions

@ -6,7 +6,7 @@
#
##########################################################################################
VERSION=22.5.90.99999999
VERSION=22.5.91.99999999
TMPDIR=/dev/tmp
LOGFILE="/data/media/0/nanodroid_logs/NanoDroid-SysTest-$(date +%Y%m%d-%H.%M.%S).log"

@ -3,7 +3,7 @@
OUTFD=$2
ZIP=$3
BACKUP_DIR="/data/media/0/nanodroid_backups"
VERSION=22.5.90.99999999
VERSION=22.5.91.99999999
detect_bootmode () {
[ -z ${BOOTMODE} ] && BOOTMODE=false

Loading…
Cancel
Save