|
@@ -19,8 +19,8 @@ android {
|
|
|
applicationId "cn.muchinfo.rma"
|
|
applicationId "cn.muchinfo.rma"
|
|
|
minSdkVersion 24
|
|
minSdkVersion 24
|
|
|
targetSdkVersion 30
|
|
targetSdkVersion 30
|
|
|
- versionCode 50056
|
|
|
|
|
- versionName "5.0.56"
|
|
|
|
|
|
|
+ versionCode 50057
|
|
|
|
|
+ versionName "5.0.57"
|
|
|
multiDexEnabled true
|
|
multiDexEnabled true
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
//指定room.schemaLocation生成的文件路径
|
|
//指定room.schemaLocation生成的文件路径
|