Bump altosdroid version to 20, always build release apk altosdroid-1.9.1
authorKeith Packard <keithp@keithp.com>
Tue, 28 Jan 2020 20:57:25 +0000 (12:57 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 28 Jan 2020 20:57:25 +0000 (12:57 -0800)
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 <keithp@keithp.com>
configure.ac

index d966988d3d8cf180196d1899befbc6ced897cbaf..91db92ae26adf4280f00e216341838494b48c4fe 100644 (file)
@@ -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