File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 - name : Install System Dependencies
112112 run : |
113113 sudo apt-get update -qq
114- sudo apt-get install -y build-essential git curl wget pkg-config autoconf automake libtool cmake ninja-build
114+ sudo apt-get install -y build-essential git curl wget pkg-config autoconf automake libtool m4 gettext cmake ninja-build
115115 sudo apt-get install -y libcairo2-dev libpango1.0-dev libfreetype6-dev fonts-liberation fonts-dejavu-core libharfbuzz-dev libfribidi-dev
116116 sudo apt-get install -y libpng-dev zlib1g-dev libjpeg-dev
117117 sudo apt-get install -y ffmpeg libavformat-dev libavcodec-dev libavdevice-dev libswscale-dev libswresample-dev libavutil-dev libavfilter-dev
@@ -124,12 +124,12 @@ jobs:
124124 - name : Set up Android SDK/NDK
125125 uses : android-actions/setup-android@v3
126126 with :
127- packages : >
127+ packages : |
128128 platforms;android-31
129129 ndk;25.2.9519653
130130 cmake;3.22.1
131131 build-tools;34.0.0
132-
132+
133133 - name : Verify Dependencies
134134 run : |
135135 pkg-config --modversion cairo
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ android.api = 31
6666android.minapi = 21
6767
6868# Android NDK version
69- android.ndk = 25b
69+ android.ndk = 25.2.9519653
7070
7171# Accept Android SDK licenses
7272android.accept_sdk_license = True
@@ -83,9 +83,7 @@ android.gradle_dependencies = androidx.appcompat:appcompat:1.6.1
8383# Log level
8484android.logcat_filters = *:S python:D
8585
86- # Buildozer options
8786[buildozer]
88-
8987# Log level (0=error, 1=info, 2=debug)
9088log_level = 2
9189
You can’t perform that action at this time.
0 commit comments