Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NCrashed committed Sep 20, 2022
1 parent f9a571b commit e29d4d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Simple Bitcoin Wallet (aka SBW) is an [IMMORTAN](https://github.com/btcontract/I
```
git clone https://github.com/btcontract/wallet.git
cd wallet
git checkout 3.6.0
git checkout 3.7.0
podman build -t sbw .
podman run -v $PWD:/app/simplebitcoinwallet/wallet:z sbw
```
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
targetSdkVersion 30
minSdkVersion 21

versionName '3.6.0'
versionCode 95
versionName '3.7.0'
versionCode 96

ndk {
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
Expand Down
2 changes: 1 addition & 1 deletion sign-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -xe
echo $PATH
SDK_DERIVATION=/nix/store/w1259lpbs1wg39ji71hbyvvq7q8d3ac4-build-tools-31.0.0
VERSION=3.6.0
VERSION=3.7.0
rm app/build/outputs/apk/release/StandardSats-SBW-$VERSION-aligned.apk || true
$SDK_DERIVATION/libexec/android-sdk/build-tools/31.0.0/zipalign -v 4 app/build/outputs/apk/release/StandardSats-SBW-$VERSION.apk app/build/outputs/apk/release/StandardSats-SBW-$VERSION-aligned.apk
apksigner sign --ks release.keystore --ks-key-alias release --v1-signing-enabled true --v2-signing-enabled true app/build/outputs/apk/release/StandardSats-SBW-$VERSION-aligned.apk

0 comments on commit e29d4d8

Please sign in to comment.