Skip to content

Commit 5bc2447

Browse files
committed
release 0.4.0
1 parent fbf2d7e commit 5bc2447

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "it.casatta"
1212
minSdkVersion 23
1313
targetSdkVersion 29
14-
versionCode 3
15-
versionName "1.3"
14+
versionCode 4
15+
versionName "1.4"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818
buildTypes {

bin/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firma-bin"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Riccardo Casatta <[email protected]>"]
55
edition = "2018"
66

@@ -25,4 +25,4 @@ path = "src/offline/main.rs"
2525

2626
[dev-dependencies]
2727
tempdir = "0.3"
28-
rand = "0.7.3"
28+
rand = "0.7.3"

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firma"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Riccardo Casatta <[email protected]>"]
55
edition = "2018"
66
#rust = "1.38"

lib/build-android.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export STRIP=$TOOLCHAIN/bin/$TARGET-strip
1313
export AR=$TOOLCHAIN/bin/$TARGET-ar
1414
export AS=$TOOLCHAIN/bin/$TARGET-as
1515

16-
cargo build --target $TARGET
16+
cargo build --release --target $TARGET
1717
mkdir -p ../android/app/src/main/jniLibs/x86/
1818
cp ../target/$TARGET/debug/libfirma.so ../android/app/src/main/jniLibs/x86/
1919

0 commit comments

Comments
 (0)