Fix wrong android versionName

Before, android versionName was set to "...13", which made the f-droid build fail.
This commit is contained in:
est31 2015-08-21 22:43:40 +02:00
parent ffe3f03bc5
commit 6a1047d8c1
1 changed files with 1 additions and 1 deletions

View File

@ -867,7 +867,7 @@ $(ROOT)/jni/src/android_version.h : prep_srcdir
fi
manifest :
@BASE_VERSION="${VERS_MAJOR}.${VERS_MINOR}.${VERS_PATCH}"; \
@BASE_VERSION="${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}"; \
if [ "${NDEBUG}x" != "x" ] ; then \
DBG=''; \
DBG_FLAG="android:debuggable=\"false\""; \