Page MenuHomePhabricator

Fix pom.xml for maven builds (wrong Android SDK version)
Closed, ResolvedPublic

Description

Our maven config in pom.xml currently specified Android SDK 4.1.1.4; this causes failures compiling because we use some 4.2/4.3/4.4 stuff (properly conditionally-checked, but need it at compile time).

Android 4.4 SDK isn't in maven-central yet so needs to be added to yuvi.in (or a more permanent location for those).


Version: Unspecified
Severity: normal

Details

Reference
bz59723

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:22 AM
bzimport set Reference to bz59723.

As additional information - we now pull from a maven repository at tools.wmflabs.org/android-maven-repo/ which is much less shady than pulling from yuvi.in :)