From 94f298f0225e58f427db094427e53a6e1703630e Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Fri, 15 May 2020 13:52:51 +0200 Subject: [PATCH] Bless android-libs v0.11.0-1 This is mainly to avoid confusing Gradle. Same version of MK of the previous release. This means we're decoupling the version number used by this repository and the one used by MK . --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 6336c28..c088a46 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,14 @@ PHONIES += all configure dist sign .PHONY: $(PHONIES) +# Fields to change at every release +EXPECTED_VER = 0.10.11-1 +VERSION_CODE = 60 +VERSION_NAME = 0.11.0-1 + CELLAR = /usr/local/Cellar GENERIC_ASSETS = /usr/local/opt/generic-assets UPSTREAM = `ls $(CELLAR)/android-measurement-kit/|tail -n1|tr '_' '-'` -EXPECTED_VER = 0.10.11-1 -OURS = -android.1 -VERSION_CODE = 59 -VERSION_NAME = $(UPSTREAM)$(OURS) OUTPUT = android-libs-$(VERSION_NAME).aar POM = android-libs-$(VERSION_NAME).pom