Skip to content

Commit

Permalink
Make it 4.5 according to releases!
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshm321 authored Apr 17, 2020
1 parent 4759aaf commit 455d29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/branding.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ BUILD_DATE_TIME := $(BUILD_TIME)$(BUILD_DATE)
ROM_FINGERPRINT := Corvus/$(DU_BUILD_TYPE)/$(PLATFORM_VERSION)/$(BUILD_ID)/$(BUILD_DATE)/$(BUILD_TIME)

ifeq ($(USE_GAPPS), true)
DU_VERSION := Corvus_v4.1-$(DU_BUILD)-Gapps-$(BUILD_DATE)-$(DU_BUILD_TYPE)-$(BUILD_TIME)
DU_VERSION := Corvus_v4.5-$(DU_BUILD)-Gapps-$(BUILD_DATE)-$(DU_BUILD_TYPE)-$(BUILD_TIME)
else
DU_VERSION := Corvus_v4.1-$(DU_BUILD)-$(BUILD_DATE)-$(DU_BUILD_TYPE)-$(BUILD_TIME)
DU_VERSION := Corvus_v4.5-$(DU_BUILD)-$(BUILD_DATE)-$(DU_BUILD_TYPE)-$(BUILD_TIME)
endif

DU_PROPERTIES := \
Expand Down

0 comments on commit 455d29b

Please sign in to comment.