From: Keith Packard Date: Tue, 28 Jan 2020 20:57:25 +0000 (-0800) Subject: Bump altosdroid version to 20, always build release apk X-Git-Tag: altosdroid-1.9.1^0 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=d8e9d1529cb744742cfd7d4f5e9f168d4d6dc498 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 --- 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