Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Add empty <application /> element to avoid a Gradle manifest merging error. #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 19, 2013

  1. Add empty <application /> element to avoid a Gradle error

    Per Android Team (http://stackoverflow.com/a/17757200/937715), library manifests should include an empty `<application />` element.  Otherwise, the application cannot use a targetSdkVersion number that is different than the library when using Gradle/Android Studio.  If the app uses a different targetSdkVersion, you get a compile error `Manifest merging failed. - Main manifest has <uses-sdk android:targetSdkVersion='8'> but library uses targetSdkVersion='19'`.
    barbeau committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    dd70f1b View commit details
    Browse the repository at this point in the history