X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=c0e9968548da46e69dc4a2c32b24c83d1f1b66fa;hb=9ad50b83eca7aea8c9e568a661fcdd98598d0c73;hp=56bd70ce771489a5451171b88683994b1c62bed2;hpb=489b429dbeb8b0fb69881161ff32fdc2fdfcf9f8;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index 56bd70ce..c0e99685 100644 --- a/configure.ac +++ b/configure.ac @@ -18,13 +18,13 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([altos], 1.9) -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 -RELEASE_DATE=2018-12-31 +RELEASE_DATE=2019-12-05 AC_SUBST(RELEASE_DATE) VERSION_DASH=`echo $VERSION | sed 's/\./-/g'` @@ -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 @@ -555,7 +553,8 @@ telegps/Info.plist telegps/telegps-windows.nsi altosdroid/Makefile altosdroid/local.properties -altosdroid/AndroidManifest.xml +altosdroid/app/src/main/AndroidManifest.xml +altosdroid/app/build.gradle ao-tools/Makefile ao-tools/lib/Makefile ao-tools/ao-rawload/Makefile