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

Added minimal support for Gradle, for compiling as gradle module in android studio project #252

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

Conversation

Ridami
Copy link

@Ridami Ridami commented Apr 27, 2016

added to main project setting.gradle

include 'ViewPagerIndicator'
project(':ViewPagerIndicator').projectDir = new File('ViewPagerIndicator/library')

added in app/build.gradle

 dependencies {
        compile project (path: ':ViewPagerIndicator')
}

@lozn00
Copy link

lozn00 commented Jun 24, 2016

hope develop recyclerview support 希望开发能支持recyclerview的 支持recyclerview水平 垂直 。

Copy link

@DrAniza DrAniza left a comment

Choose a reason for hiding this comment

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

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