X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=configure.ac;h=c0e9968548da46e69dc4a2c32b24c83d1f1b66fa;hp=76b5e57ac913e1d0555dfcf96b67a8995ef79e28;hb=4b824da227f08e45f7a1a59661b8c0fe45068d60;hpb=55af5c3a0df734cedbac98bbe350846add45d5e3 diff --git a/configure.ac b/configure.ac index 76b5e57a..c0e99685 100644 --- a/configure.ac +++ b/configure.ac @@ -18,8 +18,8 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([altos], 1.9.1) -ANDROID_VERSION=18 +AC_INIT([altos], 1.9.1f) +ANDROID_VERSION=26 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 @@ -556,6 +554,7 @@ telegps/telegps-windows.nsi altosdroid/Makefile altosdroid/local.properties altosdroid/app/src/main/AndroidManifest.xml +altosdroid/app/build.gradle ao-tools/Makefile ao-tools/lib/Makefile ao-tools/ao-rawload/Makefile