增加初始化功能、采样菜品搜索功能优化、布局移动到layout目录
This commit is contained in:
+10
-25
@@ -17,13 +17,11 @@ android {
|
||||
versionName = "1.0"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
ndk {
|
||||
//设置支持的SO库架构
|
||||
abiFilters.addAll(listOf("armeabi", "armeabi-v7a"))
|
||||
//, 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
|
||||
}
|
||||
|
||||
resConfigs("sw800dp")
|
||||
// ndk {
|
||||
// //设置支持的SO库架构
|
||||
// abiFilters.addAll(listOf("armeabi", "armeabi-v7a"))
|
||||
// //, 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
|
||||
// }
|
||||
}
|
||||
signingConfigs {
|
||||
create("debug_507") {
|
||||
@@ -71,15 +69,7 @@ android {
|
||||
)
|
||||
}
|
||||
}
|
||||
lint {
|
||||
disable.add("MissingDefaultResource")
|
||||
}
|
||||
// productFlavors {
|
||||
// create("sw800dp") {
|
||||
// dimension = "screen"
|
||||
//// resConfigs("en", "xxhdpi") // 可选额外配置
|
||||
// }
|
||||
// }
|
||||
// li
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -88,6 +78,8 @@ dependencies {
|
||||
implementation(libs.androidx.appcompat)
|
||||
implementation(libs.material)
|
||||
implementation(libs.androidx.gridlayout)
|
||||
implementation(libs.android.core)
|
||||
implementation(libs.core)
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
androidTestImplementation(libs.androidx.espresso.core)
|
||||
@@ -113,15 +105,8 @@ dependencies {
|
||||
implementation("io.github.scwang90:refresh-header-classics:3.0.0-alpha")
|
||||
//经典刷新头
|
||||
implementation("io.github.scwang90:refresh-header-radar:3.0.0-alpha")
|
||||
// //雷达刷新头
|
||||
// implementation("io.github.scwang90:refresh-header-falsify:3.0.0-alpha")
|
||||
// //虚拟刷新头
|
||||
// implementation("io.github.scwang90:refresh-header-material:3.0.0-alpha")
|
||||
// //谷歌刷新头
|
||||
// implementation("io.github.scwang90:refresh-header-two-level:3.0.0-alpha")
|
||||
// //二级刷新头
|
||||
// implementation("io.github.scwang90:refresh-footer-ball:3.0.0-alpha")
|
||||
//球脉冲加载
|
||||
implementation("io.github.scwang90:refresh-footer-classics:3.0.0-alpha")
|
||||
//经典加载
|
||||
|
||||
//implementation("com.geyifeng.immersionbar:immersionbar:3.2.2")
|
||||
}
|
||||
Reference in New Issue
Block a user