We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd9b91 commit 34a1858Copy full SHA for 34a1858
app/build.gradle
@@ -6,8 +6,8 @@ android {
6
applicationId "com.csl.cs108ademoapp"
7
minSdkVersion 19
8
targetSdkVersion 30
9
- versionCode 31
10
- versionName "2.1.29"
+ versionCode 32
+ versionName "2.2.0"
11
}
12
13
cs108library4a/build.gradle
@@ -5,9 +5,9 @@ android {
5
defaultConfig {
- versionName "2.1.22"
- buildConfigField 'String', 'VERSION_NAME', "\"2.1.22\""
+ buildConfigField 'String', 'VERSION_NAME', "\"2.2.0\""
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
0 commit comments