diff --git a/BromiteWebView/module.prop b/BromiteWebView/module.prop index 39edc8f0..42d32d5a 100644 --- a/BromiteWebView/module.prop +++ b/BromiteWebView/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_BromiteWebView name=NanoDroid (Bromite WebView sub module) -version=v23.1.20210109 -versionCode=22 +version=v23.1.1.20210116 +versionCode=23 author=Nanolx description=NanoDroid (Bromite WebView sub module) minMagisk=1900 diff --git a/ChangeLog.md b/ChangeLog.md index b28fb014..55c3a270 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # ChangeLog -## 23.1.1 in-dev +## 23.1.1.20210116 "[Zora](https://memory-alpha.fandom.com/wiki/Zora_(artificial_intelligence))" ## Bug Fixes diff --git a/CommonAddon b/CommonAddon index 1c999756..f18403bf 100644 --- a/CommonAddon +++ b/CommonAddon @@ -16,7 +16,7 @@ source /tmp/backuptool.functions || source /postinstall/tmp/backuptool.functions MODID=NanoDroid OUTFD= -VERSION=23.1.20210109 +VERSION=23.1.1.20210116 NANODROID_LIST=/system/addon.d/NanoDroid_FileList diff --git a/CommonInstaller b/CommonInstaller index 09c28608..d9dee907 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1,6 +1,6 @@ #!/sbin/sh -VERSION=23.1.20210109 +VERSION=23.1.1.20210116 NANODROID_UPGRADE=0 INSTALL_SUCCESS=TRUE NANODROID_LIST=/system/addon.d/NanoDroid_FileList diff --git a/FDroid/module.prop b/FDroid/module.prop index 77e4f3d9..de9e4f24 100644 --- a/FDroid/module.prop +++ b/FDroid/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_FDroid name=NanoDroid (F-Droid sub module) -version=v23.1.20210109 -versionCode=82 +version=v23.1.1.20210116 +versionCode=83 author=Nanolx description=NanoDroid (F-Droid sub module) minMagisk=1900 diff --git a/Full/module.prop b/Full/module.prop index fdb1f721..c2ad5828 100644 --- a/Full/module.prop +++ b/Full/module.prop @@ -1,7 +1,7 @@ id=NanoDroid name=NanoDroid -version=v23.1.20210109 -versionCode=86 +version=v23.1.1.20210116 +versionCode=87 author=Nanolx description=NanoDroid: microG, FLOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. minMagisk=1900 diff --git a/Google/module.prop b/Google/module.prop index 7ac18a00..453933bb 100644 --- a/Google/module.prop +++ b/Google/module.prop @@ -1,7 +1,7 @@ id=NanoDroid name=NanoDroid_Google -version=v23.1.20210109 -versionCode=86 +version=v23.1.1.20210116 +versionCode=87 author=Nanolx description=NanoDroid: Google Sync Adapters and Swipe libraries sub-module. minMagisk=1900 diff --git a/OsmAnd/module.prop b/OsmAnd/module.prop index 3a9a327f..03f43b0b 100644 --- a/OsmAnd/module.prop +++ b/OsmAnd/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_OsmAnd name=NanoDroid (OsmAnd) -version=v23.1.20210109 -versionCode=21 +version=v23.1.1.20210116 +versionCode=22 author=Nanolx description=NanoDroid (OsmAnd sub module) minMagisk=1900 diff --git a/README.md b/README.md index f5bae208..60bfc631 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Versions until 15.1 were called **NanoMod**, starting with 16.0 they're called * ## Current Release -* Stable: 23.1.20210109 "[Ni'Var](https://memory-alpha.fandom.com/wiki/Ni%27Var)" +* Stable: 23.1.1.20210116 "[Zora](https://memory-alpha.fandom.com/wiki/Zora_(artificial_intelligence))" * Beta: --- ## Downloads diff --git a/build-package b/build-package index b82aa566..f71c8f57 100755 --- a/build-package +++ b/build-package @@ -1,7 +1,7 @@ #!/bin/bash -version_code=23.1 -version_date=20210109 +version_code=23.1.1 +version_date=20210116 build_date=$(LANG='en_US' date +"%Y%m%d") diff --git a/microG/module.prop b/microG/module.prop index 1af12927..6cfbaebb 100644 --- a/microG/module.prop +++ b/microG/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_microG name=NanoDroid (microG sub module) -version=v23.1.20210109 -versionCode=85 +version=v23.1.1.20210116 +versionCode=86 author=Nanolx description=NanoDroid (microG sub module) minMagisk=1900 diff --git a/patcher/CommonPatcher b/patcher/CommonPatcher index 0b772cfc..cf087515 100644 --- a/patcher/CommonPatcher +++ b/patcher/CommonPatcher @@ -6,7 +6,7 @@ # ########################################################################################## -VERSION=23.1.20210109 +VERSION=23.1.1.20210116 MAGISKBASE=/data/adb MODID=NanoDroid_Patcher diff --git a/patcher/dexpatcher/module.prop b/patcher/dexpatcher/module.prop index e2b579da..54dad1c0 100644 --- a/patcher/dexpatcher/module.prop +++ b/patcher/dexpatcher/module.prop @@ -1,7 +1,7 @@ id=NanoDroid_Patcher name=NanoDroid Patcher -version=v23.1.20210109 -versionCode=6 +version=v23.1.1.20210116 +versionCode=7 author=Nanolx description=NanoDroid Patcher: module contaning microG-read services.jar and org.spoofing.apk support app minMagisk=1900 diff --git a/systest/SysTest b/systest/SysTest index aafda840..4ad90118 100644 --- a/systest/SysTest +++ b/systest/SysTest @@ -6,7 +6,7 @@ # ########################################################################################## -VERSION=23.1.20210109 +VERSION=23.1.1.20210116 TMPDIR=/dev/tmp LOGFILE="/data/media/0/nanodroid_logs/NanoDroid-SysTest-$(date +%Y%m%d-%H.%M.%S).log" diff --git a/uninstaller/META-INF/com/google/android/update-binary b/uninstaller/META-INF/com/google/android/update-binary index 5a7cf6f5..53e4d5ad 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -3,7 +3,7 @@ OUTFD=$2 ZIP=$3 BACKUP_DIR="/data/media/0/nanodroid_backups" -VERSION=23.1.20210109 +VERSION=23.1.1.20210116 detect_bootmode () { [ -z ${BOOTMODE} ] && ps | grep zygote | grep -qv grep && BOOTMODE=true