Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
SuperEasyClean
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songjianyu
SuperEasyClean
Commits
fe58e8a0
Commit
fe58e8a0
authored
Jun 23, 2025
by
songjianyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[修改] 版本提升
parent
0b3c14cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
build.gradle.kts
app/build.gradle.kts
+6
-3
No files found.
app/build.gradle.kts
View file @
fe58e8a0
...
...
@@ -18,15 +18,18 @@ android {
applicationId
=
"com.link.play.fit.ai.test1"
// "com.link.play.fit.ai.test1"
minSdk
=
24
targetSdk
=
35
versionCode
=
2
versionName
=
"1.
1
"
versionCode
=
3
versionName
=
"1.
2
"
testInstrumentationRunner
=
"androidx.test.runner.AndroidJUnitRunner"
fun
Long
.
toFormatTime3
():
String
{
return
SimpleDateFormat
(
"yyyy-MM-dd-HH-mm-ss"
,
Locale
.
ENGLISH
).
format
(
this
)
}
setProperty
(
"archivesBaseName"
,
"appzxhy-v$versionName($versionCode)-${System.currentTimeMillis().toFormatTime3()}"
)
setProperty
(
"archivesBaseName"
,
"appzxhy-v$versionName($versionCode)-${System.currentTimeMillis().toFormatTime3()}"
)
ndk
{
// 设置支持的 ABI 架构
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment