Skip to content
Snippets Groups Projects
Commit 6a1047d8 authored by est31's avatar est31
Browse files

Fix wrong android versionName

Before, android versionName was set to "...13", which made the f-droid build fail.
parent ffe3f03b
No related branches found
No related tags found
No related merge requests found
......@@ -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\""; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment