From 3b8ae35880e8a228d468eec443d8f14a27f4b3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Fri, 7 Jul 2023 12:05:08 +0200 Subject: [PATCH] build(deps): bumped NDK to 25c --- .github/workflows/build.yml | 6 +++--- mobile/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e0bef3f..c08a5afd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - ndk_version: ['21.4.7075529'] + ndk_version: ['25.2.9519653'] steps: - uses: actions/checkout@v2 with: @@ -141,7 +141,7 @@ jobs: os: [ubuntu-20.04] java_version: [11] ruby_version: ['3.0'] - ndk_version: ['21.4.7075529'] + ndk_version: ['25.2.9519653'] steps: - uses: actions/checkout@v2 with: @@ -245,7 +245,7 @@ jobs: os: [macos-12] # macOS-latest, android_avd: [Pixel_API_27_AOSP] java_version: [11] - ndk_version: ['21.4.7075529'] + ndk_version: ['25.2.9519653'] include: - android_avd: Pixel_API_27_AOSP android_emu_version: 27 diff --git a/mobile/build.gradle b/mobile/build.gradle index 2bc5ac99..54abb93b 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android' android { compileSdkVersion 33 - ndkVersion "21.4.7075529" + ndkVersion "25.2.9519653" defaultConfig { applicationId "net.activitywatch.android"