mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 07:02:39 +02:00
build(gradle): set ndk version 29.0.14206865 in gradle build and ci workflow
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
|||||||
#if: steps.cache-android-sdk.outputs.cache-hit != 'true'
|
#if: steps.cache-android-sdk.outputs.cache-hit != 'true'
|
||||||
uses: android-actions/setup-android@v4
|
uses: android-actions/setup-android@v4
|
||||||
with:
|
with:
|
||||||
packages: ''
|
packages: 'ndk;29.0.14206865'
|
||||||
|
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x ./gradlew
|
run: chmod +x ./gradlew
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ android {
|
|||||||
versionCode 145
|
versionCode 145
|
||||||
versionName '14.5'
|
versionName '14.5'
|
||||||
resourceConfigurations += ['en', 'de', 'el', 'nl', 'pl', 'ru','uk', 'ja', 'da', 'fr']
|
resourceConfigurations += ['en', 'de', 'el', 'nl', 'pl', 'ru','uk', 'ja', 'da', 'fr']
|
||||||
|
ndkVersion "29.0.14206865"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cppFlags ''
|
cppFlags ''
|
||||||
|
|||||||
Reference in New Issue
Block a user