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