Skip to content

Commit

Permalink
Drop version name from shown VERSION
Browse files Browse the repository at this point in the history
It now started clipping on the right side due to the much longer
version naming.
  • Loading branch information
JamiKettunen committed Nov 20, 2020
1 parent c99310d commit 580aef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybris-installer/META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ abort() { ui_print "E$1: $2"; cleanup; exit $1; }
# <<< TWRP init <<<

# Constants & variables
VERSION="%VERSION%" # e.g. "3.2.0.12 (Torronsuo)"
VERSION="%VERSION_ID%" # e.g. "3.4.0.24"
TARGET_LOS_VER="%LOS_VER%" # e.g. "16.0"
TARGET_DEVICE="%DEVICE%" # e.g. "cheeseburger"
CURRENT_DEVICE=`getprop ro.product.device`
Expand Down

0 comments on commit 580aef9

Please sign in to comment.