Install FlycoTabLayout via Gradle
masterDepending on whether your project uses AndroidX or the older Support Library, use the corresponding dependency configuration in your build.gradle file.
// AndroidX
dependencies {
implementation 'io.github.h07000223:flycoTabLayout:3.0.0'
}
// Old
dependencies{
compile 'com.android.support:support-v4:23.1.1'
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar'
}