You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
644 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdk 35
defaultConfig {
minSdk 24
targetSdk 35
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
lintOptions {
abortOnError false
}
namespace 'com.xuexiang.xui'
}
dependencies {
implementation libs.androidx.appcompat
implementation libs.androidx.recyclerview.v110
implementation libs.glide
implementation libs.calligraphy3
implementation libs.viewpump
implementation libs.androidx.coordinatorlayout
implementation libs.material
}