Skip to content

Commit 96b2b8a

Browse files
authored
Merge pull request #27 from cslrfid/develop
Develop
2 parents 007fdf1 + 6c91e2c commit 96b2b8a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
applicationId "com.csl.cs108ademoapp"
77
minSdkVersion 19
88
targetSdkVersion 30
9-
versionCode 31
9+
versionCode 32
1010
versionName "2.2.0"
1111
}
1212
}

cs108library4a/build.gradle

Lines changed: 4 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
}
@@ -23,6 +23,7 @@ android {
2323
}
2424
}
2525

26+
2627
dependencies {
2728
implementation fileTree(include: ['*.jar'], dir: 'libs')
2829
androidTestImplementation('androidx.test.espresso:espresso-core:3.3.0', {

0 commit comments

Comments
 (0)