Video-Bdsp_wyjs/wallpaperlibrary/build.gradle

36 lines
828 B
Groovy
Raw Normal View History

2025-05-28 17:30:57 +08:00
plugins {
id 'com.android.library'
}
android {
namespace "com.tfq.wallpaper"
compileSdkVersion 31
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
}
buildTypes {
release {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'com.geyifeng.immersionbar:immersionbar:3.2.2'
implementation 'com.github.getActivity:XXPermissions:18.63'
}