Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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