1:修改拍卖房转盘问题
2:添加转盘参数竞拍问题
This commit is contained in:
@@ -11,10 +11,6 @@ android {
|
||||
namespace 'com.xscm.midi'
|
||||
compileSdk 35
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.xscm.midi"
|
||||
minSdk 24
|
||||
@@ -164,11 +160,11 @@ android {
|
||||
kotlinOptions {
|
||||
jvmTarget = '17'
|
||||
}
|
||||
dexOptions {
|
||||
dexInProcess true
|
||||
preDexLibraries true
|
||||
javaMaxHeapSize "6g"
|
||||
}
|
||||
// dexOptions {
|
||||
// dexInProcess true
|
||||
// preDexLibraries true
|
||||
// javaMaxHeapSize "6g"
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user