From f5270f56c51d55959180238462468e122d421407 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sun, 16 Jun 2019 23:52:54 -0400 Subject: [PATCH] Bump to version 20! --- app/src/main/AndroidManifest.xml | 4 ++-- doc/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index aa5d520..8fc6402 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="20" + android:versionName="20"> diff --git a/doc/index.html b/doc/index.html index 89a2352..33edd6a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -179,7 +179,7 @@ regular rsa key for greatest compatibility.

Change Log

    -
  • 2019/06/XXX Version 20: Update SDK. Support x86_64, arm64. +
  • 2019/06/16 Version 20: Update SDK. Support x86_64, arm64. Fix finding support libraries. Fix colors again. Fix start-on-boot on new Android. Update to dropbear 2019.78.
  • 2018/05/19 Version 19: Use the app-private directory by