Skip to content

Commit

Permalink
Merge pull request #27 from cslrfid/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ksclam committed Oct 12, 2021
2 parents 007fdf1 + 6c91e2c commit 96b2b8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
applicationId "com.csl.cs108ademoapp"
minSdkVersion 19
targetSdkVersion 30
versionCode 31
versionCode 32
versionName "2.2.0"
}
}
Expand Down
7 changes: 4 additions & 3 deletions cs108library4a/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode 31
versionName "2.1.22"
buildConfigField 'String', 'VERSION_NAME', "\"2.1.22\""
versionCode 32
versionName "2.2.0"
buildConfigField 'String', 'VERSION_NAME', "\"2.2.0\""

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand All @@ -23,6 +23,7 @@ android {
}
}


dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
androidTestImplementation('androidx.test.espresso:espresso-core:3.3.0', {
Expand Down

0 comments on commit 96b2b8a

Please sign in to comment.