Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Add support for library variants #36

Merged
merged 1 commit into from
Apr 21, 2015
Merged

Conversation

devisnik
Copy link
Contributor

This adds support for Android Library projects as reported in #35

(pairing session with @damianhinch )

@ouchadam
Copy link
Contributor

💯 nice stuff!

ouchadam added a commit that referenced this pull request Apr 21, 2015
@ouchadam ouchadam merged commit 142252a into master Apr 21, 2015
@ouchadam ouchadam deleted the fix_android_library_support branch April 21, 2015 14:35
} else if (isLibrary(project)) {
return 'libraryVariants'
}
throw new ProjectConfigurationException("The 'android' or 'android-library' plugin is required.", null)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: the name of the plugins has been deprecated in favour of com.android.application and com.android.library. We should align logs with that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 good point

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants