Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Bless android-libs v0.11.0-1
Browse files Browse the repository at this point in the history
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 <shrug>.
  • Loading branch information
bassosimone committed May 15, 2020
1 parent 9046524 commit 94f298f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 94f298f

Please sign in to comment.