From 6621507a512524a49ffa0010353d36dd04a1927d Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 9 Mar 2025 02:13:07 +0200 Subject: [PATCH] LineageOS 22.2 Change-Id: I210056bd0d111b81901437ad2f90ec0826c8960d --- config/version.mk | 2 +- vars/common | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/version.mk b/config/version.mk index 0592641d..a142fdb2 100644 --- a/config/version.mk +++ b/config/version.mk @@ -1,5 +1,5 @@ PRODUCT_VERSION_MAJOR = 22 -PRODUCT_VERSION_MINOR = 1 +PRODUCT_VERSION_MINOR = 2 ifeq ($(LINEAGE_VERSION_APPEND_TIME_OF_DAY),true) LINEAGE_BUILD_DATE := $(shell date -u +%Y%m%d_%H%M%S) diff --git a/vars/common b/vars/common index 0ebe6427..0803995e 100644 --- a/vars/common +++ b/vars/common @@ -2,8 +2,8 @@ readonly android_version=15 # For update-build-desc-fingerprint.sh readonly aosp_tag_match=android-15.0 # For update-device-vars.sh -readonly os_branch=lineage-22.1 -readonly device_branch=lineage-22.1 +readonly os_branch=lineage-22.2 +readonly device_branch=lineage-22.2 readonly prev_common_aosp_tag=android-15.0.0_r10 # Jan 2025, Pixel 6-9 readonly common_aosp_tag=android-15.0.0_r14 # Feb 2025, Pixel 6-9