Skip to content

Commit 52ed2e2

Browse files
author
chuzihang
committed
[version][modified]:The updated version number is 1.10.3
1 parent ba78481 commit 52ed2e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
def dataFormat = format.format(new Date())
2121
dataFormat+="01"//01是当天得第几版。默认是第一版
2222
versionCode Integer.parseInt(project.hasProperty('JENKINS_BUILD_VERSION_CODE')?JENKINS_BUILD_VERSION_CODE:dataFormat)
23-
versionName project.hasProperty('JENKINS_BUILD_VERSION_NAME') ? JENKINS_BUILD_VERSION_NAME : "1.8.1"
23+
versionName project.hasProperty('JENKINS_BUILD_VERSION_NAME') ? JENKINS_BUILD_VERSION_NAME : "1.10.3"
2424

2525
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2626
externalNativeBuild {

obsensor_jni/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
id 'com.android.library'
55
}
66

7-
def libVersionCode = 2023111601
8-
def libVersionName = "1.8.1"
7+
def libVersionCode = 2024111101
8+
def libVersionName = "1.10.3"
99
println("libVersionCode: ${libVersionCode}, libVersionName: ${libVersionName}")
1010

1111
android {

0 commit comments

Comments
 (0)