Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzz-yyhyy committed Nov 23, 2024
1 parent c4abbd0 commit 0401073
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

import java.net.InetAddress
import java.text.SimpleDateFormat
import java.util.*
import java.util.Date
import java.util.Locale

plugins {
id("com.android.application")
Expand All @@ -20,7 +22,7 @@ android {
minSdk = 24
targetSdk = 34
// 版本号为x.y.z则versionCode为x*1000000+y*10000+z*100+debug版本号(开发需要时迭代, 两位数)
versionCode = 1_00_00_005
versionCode = 1_00_00_006
versionName = "1.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 0401073

Please sign in to comment.