Skip to content

Commit

Permalink
Bump version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NCrashed committed Oct 6, 2023
1 parent f5eeadb commit e6a33a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 33
minSdkVersion 21

versionName '4.2.0'
versionCode 101
versionName '4.3.0'
versionCode 102
}

dexOptions {
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
zipalign=~/Android/Sdk/build-tools/30.0.3/zipalign
VERSION=4.2.0
VERSION=4.3.0
rm app/build/outputs/apk/release/Valet-$VERSION-aligned.apk || true
$zipalign -v 4 app/build/outputs/apk/release/Valet-$VERSION.apk app/build/outputs/apk/release/Valet-$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/Valet-$VERSION-aligned.apk

0 comments on commit e6a33a2

Please sign in to comment.