Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscgdev committed Sep 17, 2020
1 parent d1edfdd commit 58e4bdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.marcoscg.dialogsheetsample"
minSdkVersion 14
targetSdkVersion 29
versionCode 210
versionName "2.1.0"
versionCode 211
versionName "2.1.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions dialogsheet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 210
versionName "2.1.0"
versionCode 211
versionName "2.1.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

}
Expand Down

0 comments on commit 58e4bdb

Please sign in to comment.