6.7.0 - Alpha23 - 移除 "android.enableJetifier=true"; 模块化 Expandable Layout, Expandable RecyclerView, Recyclerview Flexible Divider
This commit is contained in:
20
modules/recyclerview-flexibledivider/build.gradle
Normal file
20
modules/recyclerview-flexibledivider/build.gradle
Normal file
@@ -0,0 +1,20 @@
|
||||
plugins {
|
||||
id("org.autojs.build.versions")
|
||||
id("org.autojs.build.jvm-convention")
|
||||
id("com.android.library")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace "com.yqritc.recyclerviewflexibledivider"
|
||||
compileSdkVersion versions.sdkVersionCompile
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion versions.sdkVersionMin
|
||||
targetSdkVersion versions.sdkVersionTarget
|
||||
versionCode 15
|
||||
versionName "1.4.0 Mod"
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation libs.recyclerview
|
||||
}
|
||||
Reference in New Issue
Block a user