Skip to content

Commit 75fbba5

Browse files
WallaceSitWallaceSit
WallaceSit
authored and
WallaceSit
committed
v2.3.0
v2.3.0: Version number/code is changed
1 parent 62cd201 commit 75fbba5

8 files changed

+5
-23
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.csl.cs108ademoapp"
77
minSdkVersion 19
88
targetSdkVersion 30
9-
versionCode 32
10-
versionName "2.2.2"
9+
versionCode 34
10+
versionName "2.3.0"
1111
}
1212
}
1313

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

app/release/output-metadata.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

cs108library4a/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ android {
55
defaultConfig {
66
minSdkVersion 19
77
targetSdkVersion 30
8-
versionCode 32
9-
versionName "2.2.3"
10-
buildConfigField 'String', 'VERSION_NAME', "\"2.2.3\""
8+
versionCode 34
9+
versionName "2.3.0"
10+
buildConfigField 'String', 'VERSION_NAME', "\"2.3.0\""
1111

1212
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1313
}
Binary file not shown.

0 commit comments

Comments
 (0)