Skip to content

Commit 34a1858

Browse files
WallaceSitWallaceSit
authored andcommitted
V2.2.0 Release
Modify version number for the google play release
1 parent 2bd9b91 commit 34a1858

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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 31
10-
versionName "2.1.29"
9+
versionCode 32
10+
versionName "2.2.0"
1111
}
1212
}
1313

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 31
9-
versionName "2.1.22"
10-
buildConfigField 'String', 'VERSION_NAME', "\"2.1.22\""
8+
versionCode 32
9+
versionName "2.2.0"
10+
buildConfigField 'String', 'VERSION_NAME', "\"2.2.0\""
1111

1212
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1313
}

0 commit comments

Comments
 (0)