Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "io.parity.signer"
minSdk 23
targetSdk 35
versionCode 70300
versionName "7.3.0"
versionCode 70301
versionName "7.3.1"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
Expand Down Expand Up @@ -52,10 +52,11 @@ android {
}
jniLibs {
pickFirsts += ['lib/armeabi-v7a/libc++_shared.so', 'lib/arm64-v8a/libc++_shared.so', 'lib/x86/libc++_shared.so', 'lib/x86_64/libc++_shared.so']
useLegacyPackaging = false
}
}
compileSdk 36
ndkVersion '24.0.8215888'
ndkVersion '29.0.14206865'
namespace 'io.parity.signer'
}

Expand Down
Loading