apply plugin: 'com.android.library' android { compileSdk 34 defaultConfig { minSdk 24 targetSdk 34 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } namespace 'com.lcodecore.tkrefreshlayout' } dependencies { implementation 'com.android.support:support-v4:25.2.0' implementation 'com.android.support:recyclerview-v7:25.2.0' }