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

bump version to 22.3 in-dev

This commit is contained in:
Christopher Roy Bratusek 2019-08-02 19:48:24 +02:00
parent 895eb7baf2
commit 93bf895b0a
13 changed files with 14 additions and 14 deletions

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
id=NanoDroid_FDroid
name=NanoDroid (F-Droid sub module)
version=v22.2.20190728
version=v22.3.99999999
versionCode=71
author=Nanolx
description=NanoDroid (F-Droid sub module)

View File

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

View File

@ -1,6 +1,6 @@
id=NanoDroid_OsmAnd
name=NanoDroid (OsmAnd)
version=v22.2.20190728
version=v22.3.99999999
versionCode=10
author=Nanolx
description=NanoDroid (OsmAnd sub module)

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
id=NanoDroid_microG
name=NanoDroid (microG sub module)
version=v22.2.20190728
version=v22.3.99999999
versionCode=74
author=Nanolx
description=NanoDroid (microG sub module)

View File

@ -6,7 +6,7 @@
#
##########################################################################################
VERSION=22.2.20190728
VERSION=22.3.99999999
##########################################################################################
# Generic Functions

View File

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

View File

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