-
-
Notifications
You must be signed in to change notification settings - Fork 458
1. Getting Started
Evren Coskun edited this page Mar 18, 2021
·
4 revisions
To use this library in your android project, just simply add the following dependency into your build.gradle
// To support Android API lower than 26
compileOptions {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}
dependencies {
implementation 'com.evrencoskun.library:tableview:0.8.9.4'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
}