merge code

This commit is contained in:
qiji4215
2023-06-09 19:10:55 +08:00
parent 43e554b344
commit 4884db93fc
4 changed files with 11 additions and 2 deletions

View File

@@ -6,6 +6,12 @@ plugins {
id 'kotlin-parcelize' // 序列化
id 'androidx.navigation.safeargs.kotlin'//Safe Args传递数据
}
//定义时间
def releaseTime() {
return new Date().format("yyyyMMdd", TimeZone.getTimeZone("UTC"))
}
android {
namespace 'com.navinfo.omqs'
compileSdk 33