Skip to content

Commit

Permalink
Fix native lib crash (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentunn authored Apr 9, 2024
1 parent c8118a0 commit 45e1de2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
// App version
versionName = '2.0.0'
versionName = '2.0.1'
versionCode = 1

// SDK and tools
Expand Down
1 change: 0 additions & 1 deletion sr25519-java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ schnorrkel = { version="<=0.9.1" }

[profile.release]
lto = true
opt-level = "s"

[lib]
name = "sr25519java"
Expand Down
1 change: 0 additions & 1 deletion substrate-sdk-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ cargo {
module = "../sr25519-java/"
libname = "sr25519java"
targets = ["arm", "arm64", "x86", "x86_64"]
profile = "release"
}

tasks.whenTaskAdded { task ->
Expand Down

0 comments on commit 45e1de2

Please sign in to comment.