From d8e9d1529cb744742cfd7d4f5e9f168d4d6dc498 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 28 Jan 2020 12:57:25 -0800 Subject: [PATCH] Bump altosdroid version to 20, always build release apk Now that altosdroid doesn't need a maps key, we can always build the release version. New version is 20 instead of 19 because I messed up the upload and google play store is harsh. Signed-off-by: Keith Packard --- configure.ac | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index d966988d..91db92ae 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) AC_INIT([altos], 1.9.1) -ANDROID_VERSION=18 +ANDROID_VERSION=20 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -166,9 +166,7 @@ fi ANDROID_RELEASE=no if test "x$ANDROID_SDK" != "xno"; then HAVE_ANDROID_SDK="yes" - if test -f "$HOME/altusmetrumllc/google-play-release.keystore" -a -f "$HOME/altusmetrumllc/google-play-passphrase"; then - ANDROID_RELEASE=yes - fi + ANDROID_RELEASE=yes else HAVE_ANDROID_SDK="no" fi -- 2.30.2