We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522b80b commit b137441Copy full SHA for b137441
gradle/publishing_aar.gradle
@@ -4,7 +4,7 @@ apply plugin: 'signing'
4
android {
5
// Explicitly set the NDK release to ensure we use the latest stable, as
6
// opposed to the default NDK tied to the AGP version.
7
- ndkVersion = '27.0.12077973'
+ ndkVersion = '28.1.13356709'
8
defaultConfig {
9
ndk {
10
// Explicitly enable the 'riscv64' ABI with 'abiFilters' as it is
0 commit comments