Updated android build #2172

Merged
PeterSurda merged 4 commits from gitea-69 into v0.6 2024-02-01 05:14:04 +01:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit f6538a3473 - Show all commits

View File

@ -18,7 +18,7 @@ RUN apt -y update -qq \
ENV ANDROID_NDK_HOME="${ANDROID_HOME}/android-ndk"
ENV ANDROID_NDK_VERSION="23b"
ENV ANDROID_NDK_VERSION="25b"
ENV ANDROID_NDK_HOME_V="${ANDROID_NDK_HOME}-r${ANDROID_NDK_VERSION}"
# get the latest version from https://developer.android.com/ndk/downloads/index.html
@ -35,8 +35,8 @@ RUN curl "${ANDROID_NDK_DL_URL}" \
ENV ANDROID_SDK_HOME="${ANDROID_HOME}/android-sdk"
# get the latest version from https://developer.android.com/studio/index.html
ENV ANDROID_SDK_TOOLS_VERSION="8092744"
ENV ANDROID_SDK_BUILD_TOOLS_VERSION="30.0.3"
ENV ANDROID_SDK_TOOLS_VERSION="11076708"
ENV ANDROID_SDK_BUILD_TOOLS_VERSION="34.0.0"
ENV ANDROID_SDK_TOOLS_ARCHIVE="commandlinetools-linux-${ANDROID_SDK_TOOLS_VERSION}_latest.zip"
ENV ANDROID_SDK_TOOLS_DL_URL="https://dl.google.com/android/repository/${ANDROID_SDK_TOOLS_ARCHIVE}"
ENV ANDROID_SDK_MANAGER="${ANDROID_SDK_HOME}/tools/bin/sdkmanager --sdk_root=${ANDROID_SDK_HOME}"

View File

@ -98,7 +98,7 @@ android.api = 28
android.minapi = 21
# (str) Android NDK version to use
android.ndk = 23b
android.ndk = 25b
# (int) Android NDK API to use (optional). This is the minimum API your app will support.
android.ndk_api = 21
@ -354,4 +354,4 @@ warn_on_root = 1
#
# Then, invoke the command line with the "demo" profile:
#
#buildozer --profile demo android debug
#buildozer --profile demo android debug