Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
Sublime 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
delaanthonio committed Aug 18, 2019
1 parent 31181cb commit 31bba9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/ota/META-INF/com/google/android/updater-script
Expand Up @@ -21,7 +21,7 @@ assert(getprop("ro.product.device") == "flounder" || getprop("ro.build.product")
ui_print("Confirmed device is Nexus 9");

ui_print("");
ui_print("Installing Sublime 3.8");
ui_print("Installing Sublime 3.9");

set_progress(0.1);

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/configs/sublime_defconfig
Expand Up @@ -39,7 +39,7 @@ CONFIG_IRQ_WORK=y
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE="aarch64-linux-android-"
CONFIG_LOCALVERSION="-Nougat-Sublime-Flounder-3.8"
CONFIG_LOCALVERSION="-Nougat-Sublime-Flounder-3.9"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME=""
CONFIG_SWAP=y
Expand Down

0 comments on commit 31bba9f

Please sign in to comment.