mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-22 14:01:28 +01:00
j-0.0.20
This commit is contained in:
parent
cd36fad8cd
commit
74b448cd0f
3 changed files with 9 additions and 15 deletions
|
@ -4,23 +4,13 @@ OUTPUT_DIR="$HOME/launcher-release"
|
|||
BUILD_TOOLS_DIR="$HOME/Android/Sdk/build-tools/35.0.0"
|
||||
KEYSTORE="$HOME/data/keys/launcher_jrpie.jks"
|
||||
KEYSTORE_ACCRESCENT="$HOME/data/keys/launcher_jrpie_accrescent.jks"
|
||||
# KEYSTORE_PASS=$(keepassxc-password "android_keys/launcher")
|
||||
# KEYSTORE_ACCRESCENT_PASS=$(keepassxc-password "android_keys/launcher-accrescent")
|
||||
KEYSTORE_PASS=$(keepassxc-password "android_keys/launcher")
|
||||
KEYSTORE_ACCRESCENT_PASS=$(keepassxc-password "android_keys/launcher-accrescent")
|
||||
|
||||
if [[ $(git status --porcelain) ]]; then
|
||||
echo "There are uncommitted changes."
|
||||
exit 1
|
||||
fi
|
||||
VERSION_INFO=$(./gradlew -q Version --rerun)
|
||||
echo $VERSION_INFO
|
||||
|
||||
|
||||
IFS="
|
||||
" read -r VERSION_NAME VERSION_CODE MIN_SDK TARGET_SDK <<< $(./gradlew -q Version --rerun)
|
||||
|
||||
|
||||
echo "Building Release $VERSION_NAME ($VERSION_CODE)"
|
||||
echo "Target SDK: $TARGET_SDK, Min SDK: $MIN_SDK"
|
||||
|
||||
rm -rf "$OUTPUT_DIR"
|
||||
mkdir "$OUTPUT_DIR"
|
||||
|
|
|
@ -23,8 +23,8 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 35
|
||||
compileSdk 35
|
||||
versionCode 35
|
||||
versionName "j-0.0.19"
|
||||
versionCode 36
|
||||
versionName "j-0.0.20"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
* prefix search query with space to temporarily disable auto launch
|
||||
* new feature: prefix query with space to disable auto launch temporarily
|
||||
* improved search: diacritics are now ignored unless they appear in the query. (Android 7+)
|
||||
* added list of open source licenses
|
||||
* updated accessibility service warning
|
||||
* improved French translation (thank you, Alexandre Ancel and Nin Dan!)
|
||||
* improved Portuguese translation (thank you, "Vossa Excelencia"!)
|
||||
|
|
Loading…
Add table
Reference in a new issue